Create spotify setup script

This commit is contained in:
2021-08-07 12:43:38 +01:00
parent 5dbf4cc28a
commit d2df01e840
3 changed files with 33 additions and 6 deletions

View File

@@ -6,11 +6,11 @@ TOWERPW=$(echo "$TOWER" | grep -Po "(?<=pass : ).+(?=\")")
path="https://tower.scarif.space/remote.php/dav/files/chris/Joplin"
# joplin config sync.target 5
# joplin config sync.5.path "$path"
# joplin config sync.5.username "$TOWERUN"
# joplin config sync.5.password "$TOWERPW"
# joplin sync
joplin config sync.target 5
joplin config sync.5.path "$path"
joplin config sync.5.username "$TOWERUN"
joplin config sync.5.password "$TOWERPW"
joplin sync
echo "$path" | xclip -selection clipboard -i