ccinelli / bash-scripts

Different bash scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bash-scripts

Different bash scripts


commands

Commands implementations in bash

clear - Pretty dumb terminal clean command
true and false - Easiest implementation of true and false commands


games

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)


utils

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

About

Different bash scripts

License:GNU General Public License v2.0


Languages

Language:Shell 99.5%Language:C 0.5%