mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-10 19:09:23 +01:00
bash/usr-local-bin/syncplay: write a quick wrapper
This commit is contained in:
parent
9a35f15e9f
commit
d7cb8f093e
17
bash/usr-local-bin/syncplay
Executable file
17
bash/usr-local-bin/syncplay
Executable file
@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Quick syncplay wrapper
|
||||
|
||||
set -x
|
||||
# Install python3-venv
|
||||
# mkdir -p ~/src/github.com/syncplay
|
||||
# cd ~/src/github.com/syncplay
|
||||
# git clone https://github.com/syncplay/syncplay.git
|
||||
# mkdir venv venv
|
||||
# source bin/activate
|
||||
# pip3 install -r requirements.txt --user --upgrade
|
||||
# ^ for requirements_gui.txt if desired
|
||||
# this script should now work
|
||||
. ~/src/github.com/syncplay/syncplay/venv/bin/activate
|
||||
/home/aminda/src/github.com/syncplay/syncplay/syncplayClient.py $@
|
||||
set +x
|
Loading…
Reference in New Issue
Block a user