the fast folder is no longer in priv-share

This commit is contained in:
Sebastian Moser
2024-02-29 21:49:56 +01:00
parent 166912d6b3
commit df2feb5202

View File

@@ -142,10 +142,10 @@
tta(){ tta(){
if [[ "$1" == "" ]] if [[ "$1" == "" ]]
then then
rsync -rv --delete ~/work/priv-share/fast/ tab:/sdcard/fast rsync -rv --delete ~/work/fast/ tab:/sdcard/fast
elif [[ "$1" == "p" ]] elif [[ "$1" == "p" ]]
then then
rsync -rv tab:/sdcard/fast/* ~/work/priv-share/fast rsync -rv tab:/sdcard/fast/* ~/work/fast
elif [[ "$1" == "k" ]] elif [[ "$1" == "k" ]]
then then
scp -O "$1" tab:/sdcard/keep scp -O "$1" tab:/sdcard/keep
@@ -157,10 +157,10 @@
tph(){ tph(){
if [[ "$1" == "" ]] if [[ "$1" == "" ]]
then then
rsync -rv --delete ~/work/priv-share/fast/ phone:/sdcard/fast rsync -rv --delete ~/work/fast/ phone:/sdcard/fast
elif [[ "$1" == "p" ]] elif [[ "$1" == "p" ]]
then then
rsync -rv phone:/sdcard/fast/* ~/work/priv-share/fast rsync -rv phone:/sdcard/fast/* ~/work/fast
elif [[ "$1" == "k" ]] elif [[ "$1" == "k" ]]
then then
scp -O "$1" tab:/sdcard/keep scp -O "$1" tab:/sdcard/keep