Adds setup for hour reminder
This commit is contained in:
parent
869b01ee34
commit
cf87410312
2 changed files with 10 additions and 1 deletions
|
|
@ -111,5 +111,5 @@ echo "# Executing actions... (${#actions[@]})"
|
|||
for action in "${actions[@]}";
|
||||
do
|
||||
echo "==> Now executing: ${action}"
|
||||
$action
|
||||
$action > /dev/null
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue