From df2feb5202980cd7898d1e29d2ff5f6df6b2fa89 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Thu, 29 Feb 2024 21:49:56 +0100 Subject: [PATCH] the fast folder is no longer in priv-share --- programs/bash.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/programs/bash.nix b/programs/bash.nix index 81e3fe6..0874888 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -142,10 +142,10 @@ tta(){ if [[ "$1" == "" ]] then - rsync -rv --delete ~/work/priv-share/fast/ tab:/sdcard/fast + rsync -rv --delete ~/work/fast/ tab:/sdcard/fast elif [[ "$1" == "p" ]] then - rsync -rv tab:/sdcard/fast/* ~/work/priv-share/fast + rsync -rv tab:/sdcard/fast/* ~/work/fast elif [[ "$1" == "k" ]] then scp -O "$1" tab:/sdcard/keep @@ -157,10 +157,10 @@ tph(){ if [[ "$1" == "" ]] then - rsync -rv --delete ~/work/priv-share/fast/ phone:/sdcard/fast + rsync -rv --delete ~/work/fast/ phone:/sdcard/fast elif [[ "$1" == "p" ]] then - rsync -rv phone:/sdcard/fast/* ~/work/priv-share/fast + rsync -rv phone:/sdcard/fast/* ~/work/fast elif [[ "$1" == "k" ]] then scp -O "$1" tab:/sdcard/keep