Different bash scripts
Commands implementations in bash
clear - Pretty dumb terminal clean command
true and false - Easiest implementation of true and false commands
Games written in bash
2048.sh - Game 2048 in 2048 bytes
2048_min.sh - minimized version (1174 bytes)
Command line installer example (written in bash, of course)
Different useful scripts written in bash (network scanner, etc...)
download.sh - Script that demonstrates bash usage for file download via http
pingtrace.sh - Tracing packets path using ping
portscan.sh - Simple TCP ports scanner in plain bash
power.sh - Example of power management from script
pwdgen.sh - Simple password generator