mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-12-17 16:49:03 +00:00
More work on DB, script runners
This commit is contained in:
9
bootstrap.sh
Executable file
9
bootstrap.sh
Executable 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"
|
||||
Reference in New Issue
Block a user