diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-28 23:45:42 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-28 23:45:42 -0700 |
commit | 7c3f0c4f5b1746e69a8f0653fbb4bdcf57d33ba7 (patch) | |
tree | 90b19c092704c694572f01dc1abd8c8e532d7930 /home | |
parent | e4c84bb2d4a18bbfeca70bb17b7fb32515e3f963 (diff) |
readd beyondallreason wrapper script
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/beyondallreason | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/beyondallreason b/home/xyz/.local/bin/beyondallreason new file mode 100755 index 00000000..780cbc24 --- /dev/null +++ b/home/xyz/.local/bin/beyondallreason @@ -0,0 +1,3 @@ +#!/bin/sh + +exec /usr/bin/beyondallreason -w "$XDG_DATA_HOME/beyond_all_reason" "$@" |