diff --git a/posix.sh b/posix.sh index 1c38b66..2976e8b 100755 --- a/posix.sh +++ b/posix.sh @@ -1,5 +1,5 @@ #!/bin/sh - +date # Find the directory where this script is located. opdir="$(dirname "$(realpath "$0")")" diff --git a/posixcron.txt b/posixcron.txt index 6d389c2..b4677b9 100644 --- a/posixcron.txt +++ b/posixcron.txt @@ -1 +1 @@ -*/30 * * * * COMMAND HERE > /home/william/.BD-js.log +*/30 * * * * /home/william/.config/BetterDiscord/posix.sh > /home/william/.BD-js.log