diff options
Diffstat (limited to 'home/xyz/.local/bin/ta')
-rwxr-xr-x | home/xyz/.local/bin/ta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/ta b/home/xyz/.local/bin/ta index 349da4cc..cf5b31f5 100755 --- a/home/xyz/.local/bin/ta +++ b/home/xyz/.local/bin/ta @@ -1,4 +1,4 @@ #!/bin/sh time -p "$@" -o alarm 0 'Command Finished' "$(/bin/printf '%q ' "$@")" +o alarm 0 'Command Finished' "$(/usr/bin/printf '%q ' "$@")" |