exec, colors
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
exec alacritty msg create-window --class="term_float" --working-directory="$HOME" --command "($inp); read -n1";;
|
||||
3
arch-user/bin/menu/run-float-sh-keep.sh
Executable file
3
arch-user/bin/menu/run-float-sh-keep.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
exec alacritty msg create-window --class="term_float" --working-directory="$HOME" --command "$SHELL" -c '"$@"; { echo "[exited with code $?]"; read -n1; }' -- "$@"
|
||||
|
||||
2
arch-user/bin/menu/exec-float-sh.sh → arch-user/bin/menu/run-float-sh.sh
Normal file → Executable file
2
arch-user/bin/menu/exec-float-sh.sh → arch-user/bin/menu/run-float-sh.sh
Normal file → Executable file
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec alacritty msg create-window --class="term_float" --working-directory="$HOME" --command "$SHELL" -c "($inp)"
|
||||
exec alacritty msg create-window --class="term_float" --working-directory="$HOME" --command "$SHELL" -c '"$@"' -- "$@"
|
||||
Reference in New Issue
Block a user