4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ghostty --command="$*; tput setaf 5 bold; read -p 'Press any key to exit' -s -n 1" >/dev/null 2>&1
|