projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
updated to clean up compiler issues with how functions were used from basis namespace;
[feisty_meow.git]
/
scripts
/
schedule
/
start_calendar.sh
1
#!/bin/bash
2
perl $FEISTY_MEOW_SCRIPTS/schedule/generate_reminders.pl
3
echo '(bash $FEISTY_MEOW_SCRIPTS/schedule/start_calendar.sh) &>/dev/null' | at 4:20am
4