4 lines
177 B
Bash
Executable File
4 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
exec alacritty msg create-window --class="term_float" --working-directory="$HOME" --command "$SHELL" -c '"$@"; { echo "[exited with code $?]"; read -n1; }' -- "$@"
|
|
|