diff --git a/.src/gitupdate.sh b/.src/gitupdate.sh index f85ca2d..7775403 100755 --- a/.src/gitupdate.sh +++ b/.src/gitupdate.sh @@ -19,15 +19,15 @@ g_pull () { cd $gitdir git pull origin $branch >>$l_file + echo "_____" >>$l_file } l_date () { echo " - _____ - $date - _____ - " >>$l_file +_____ +$date +" >>$l_file } main ()