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
15.sh - Game 15 written in bash
2048.sh - Game 2048 in 2048 bytes
2048_min.sh - minimized version (A bit bigger than 1 kilobyte)
Different useful scripts written in bash (network scanner, etc...)
certinfo.sh - Script that prints how many days left before your SSL certificate expiration
check-dn-reg.sh - Script that prints how many days left until your domain registration expires
download.sh - Script that demonstrates bash usage for file download via http
download2.sh - Download script with minimized external calls
pingtrace.sh - Example of 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
tsklst.sh - Implementation of script that keeps data it works with inside itself
netmask-conv.sh - Script that converts IP address and netmask in xxx.xxx.xxx.xxx format to network address e.g. 192.168.1.0/24