LastFMDownloader/update.sh

4 lines
70 B
Bash
Raw Normal View History

2024-02-21 21:57:09 +00:00
#!/bin/bash
touch last_song.txt
mv .env.example .env
git pull && npm i