LastFMDownloader/setup.sh

4 lines
58 B
Bash
Raw Normal View History

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