Parcourir la source

Commit on ical pull

Samuel W. Flint il y a 5 ans
Parent
commit
25bb4ddb3a
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      pull-ical-files

+ 4 - 0
pull-ical-files

@@ -9,3 +9,7 @@ while read cal ; do
     OUT=${OUT:-${OUTPUT_FILE}}
     ical2org -a "${OUT}" -d "${OUT}" -dupinput "${URL}"
 done <~/.dotfiles/ical.txt 
+
+cd ~/org || exit 1
+git add ical.org
+git commit -m "Pulled ical files"