fixed comments and got working
[feisty_meow.git] / customizing / fred / scripts / update_soapbox.sh
index e710e225f5c6473dfa34dc87784329d843a4f334..be3a1e10de55ce1f544866d93af6237ef469aa80 100644 (file)
@@ -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.