Merge pull request #120 from ErinvanderVeen/shebang-fixes
Change shebangs to the more portable /usr/bin/env bash
This commit is contained in:
commit
c5581d2ee2
2 changed files with 3 additions and 3 deletions
|
|
@ -216,4 +216,4 @@ while true; do
|
||||||
|
|
||||||
# Wait for the specified duration before the next update.
|
# Wait for the specified duration before the next update.
|
||||||
sleep "$SLEEP_DURATION"
|
sleep "$SLEEP_DURATION"
|
||||||
done
|
done
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo "Sending 8 test notifications..."
|
echo "Sending 8 test notifications..."
|
||||||
|
|
||||||
|
|
@ -8,4 +8,4 @@ for i in {1..8}; do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "All notifications sent!"
|
echo "All notifications sent!"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue