X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=customizing%2Ffred%2Fscripts%2Fupdate_soapbox.sh;h=be3a1e10de55ce1f544866d93af6237ef469aa80;hb=366ada5b8fb59769ababfd39a68e3b51d46cf2d8;hp=e710e225f5c6473dfa34dc87784329d843a4f334;hpb=207b0206a0954c1b1da01091e52a49b74ac752ed;p=feisty_meow.git diff --git a/customizing/fred/scripts/update_soapbox.sh b/customizing/fred/scripts/update_soapbox.sh index e710e225..be3a1e10 100644 --- a/customizing/fred/scripts/update_soapbox.sh +++ b/customizing/fred/scripts/update_soapbox.sh @@ -2,13 +2,6 @@ # updates my little 1 TB "soapbox" style usb drive with items that it should contain. -function liney() -{ - echo - echo ============== - echo -} - function get_source() { folder="$1"; shift @@ -26,9 +19,7 @@ function get_source() popd } -liney - -liney +sep ls /media/fred/soapboxdrive if [ $? -ne 0 ]; then @@ -36,7 +27,7 @@ if [ $? -ne 0 ]; then exit 1 fi -liney +sep echo synching walrus... rsync -av /z/walrus/* /media/fred/soapboxdrive/walrus/ @@ -45,7 +36,7 @@ if [ $? -ne 0 ]; then exit 1 fi -liney +sep echo synching musix... rsync -av /z/musix/* /media/fred/soapboxdrive/musix/ @@ -54,19 +45,19 @@ if [ $? -ne 0 ]; then exit 1 fi -liney +sep echo getting latest fred codes... pushd /media/fred/soapboxdrive get_source extra_brain -liney +sep echo getting latest gffs codes... get_source gffs popd -liney +sep echo Updated all portions of the soapbox drive successfully.