diff options
-rwxr-xr-x | bin/aux | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ while getopts 'h' flag; do done shift $((OPTIND - 1)) -D="${XDG_DATA_HOME:-$HOME/.local/share}"/aux-repo +D="${XDG_DATA_HOME:-$HOME/.local/share}"/aux cp_all() { from="$1" |