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