More work on DB, script runners

This commit is contained in:
2020-06-11 21:16:39 -04:00
parent 3f9382e6f7
commit 122004f45f
4 changed files with 78 additions and 19 deletions

9
bootstrap.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
tmux new -d -s mgCover bash -c "./task_runner.sh task_get_cover.py"
tmux new -d -s mgLastfm bash -c "./task_runner.sh task_get_lastfm"
tmux new -d -s mgLastfm2 bash -c "./task_runner.sh task_get_lastfm"
tmux new -d -s mgSpotify bash -c "./task_runner.sh task_get_spotify.py"
tmux new -d -s mgSpotify2 bash -c "./task_runner.sh task_get_spotify.py"