This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Author: Sigurd Solaas, 20 Apr 2011 | |
# Used in ABS Guide with permission. | |
# Requires version 4.2+ of Bash. | |
key="no value yet" | |
while true; do | |
clear | |
echo "Bash Extra Keys Demo. Keys to try:" | |
echo |
NewerOlder