diff --git a/mediacontrol.sh b/archive/mediacontrol.sh similarity index 100% rename from mediacontrol.sh rename to archive/mediacontrol.sh diff --git a/mediatool.sh b/archive/mediatool.sh similarity index 100% rename from mediatool.sh rename to archive/mediatool.sh diff --git a/youtube_converter.sh b/archive/youtube_converter.sh similarity index 100% rename from youtube_converter.sh rename to archive/youtube_converter.sh diff --git a/journal.sh b/journal.sh index 3fad9c4..cb7359f 100755 --- a/journal.sh +++ b/journal.sh @@ -14,8 +14,6 @@ # journal edit -#set repopath -repopath="/home/david/docs" #check if output file is given as first option if [ -z $1 ]; then @@ -33,12 +31,6 @@ else elif [ $2 = "edit" ]; then vim $outputfile exit $? - elif [ $2 = "sync" ]; then - cd $repopath - git add * - git commit -am "changes by $HOSTNAME. syncing git repo." - git push - exit $? fi fi