We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2e821 commit e68c308Copy full SHA for e68c308
NEW-junest.sh
@@ -399,7 +399,7 @@ _savebins() {
399
mv ./"$APP".AppDir/.junest/usr/bin/proot* ./save/
400
mv ./"$APP".AppDir/.junest/usr/bin/*$BIN* ./save/
401
coreutils="[ basename cat chmod chown cp cut dir dirname du echo env expand expr fold head id ln ls mkdir mv readlink realpath rm rmdir seq sleep sort stty sum sync tac tail tee test timeout touch tr true tty uname uniq wc who whoami yes"
402
- utils_bin="bash $coreutils grep ld sed sh strings"
+ utils_bin="bash $coreutils gio grep ld sed sh strings xdg-open"
403
for b in $utils_bin; do
404
mv ./"$APP".AppDir/.junest/usr/bin/"$b" ./save/
405
done
0 commit comments