diff --git a/README.md b/README.md index 14370cd..8131dc9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#cron but worse +# cron but worse ## how to use basically just put it in your home folder and change scripts/paths and stuff diff --git a/cron-but-worse.sh b/cron-but-worse.sh index 4930818..d1d8d33 100644 --- a/cron-but-worse.sh +++ b/cron-but-worse.sh @@ -1,6 +1,6 @@ #!/bin/bash # Path to the XML file -xml_file="./cron-but-worse.xml" +xml_file="/home/sysadmin/vogel-sounds/cron-but-worse.xml" while true; do # Extract the desired times, descriptions, and scripts from the XML file diff --git a/cron-but-worse.xml b/cron-but-worse.xml index d6ea43b..75c82cd 100644 --- a/cron-but-worse.xml +++ b/cron-but-worse.xml @@ -5,7 +5,7 @@ - + Play birb sounds for 10 Minutes diff --git a/edit-times.sh b/edit-times.sh new file mode 100644 index 0000000..fe75355 --- /dev/null +++ b/edit-times.sh @@ -0,0 +1,2 @@ +#!/bin/bash +nano /home/sysadmin/vogel-sounds/cron-but-worse.xml diff --git a/vogel-10.sh b/vogel-10.sh index 7ef507e..c093d2e 100644 --- a/vogel-10.sh +++ b/vogel-10.sh @@ -1,2 +1,2 @@ #!/bin/bash -aplay ./vogel-10.wav +aplay /home/sysadmin/vogel-sounds/vogel-10.wav