LastFMDownloader/update.sh

4 lines
No EOL
70 B
Bash
Executable file

#!/bin/bash
touch last_song.txt
mv .env.example .env
git pull && npm i