diff options
Diffstat (limited to 'echoz.sh')
-rwxr-xr-x | echoz.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash set -euf -thisdir="$(dirname $0)" +thisdir="$(dirname "$0")" pipename="${XDG_RUNTIME_DIR:-/tmp}/echoz-$$.pipe" jid="$1" password="$2" |