Create spotify setup script
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user