press_any_key
Press any key Skript
#!/bin/bash echo "A First Method" read -s -n 1 -p "Press any key to continue..." # insert echo here for cleaner output echo echo "A Second Method" echo "Press any key to continue..." read -s -n 1 any_key echo "Now exiting" exit 0
press_any_key.txt · Zuletzt geändert: von 127.0.0.1
