4 lines
No EOL
58 B
Bash
4 lines
No EOL
58 B
Bash
#!/bin/bash
|
|
touch last_song.txt
|
|
mv .env.example .env
|
|
npm i |