Some useful scripts
#!/bin/bash
# Usage: <SCRIPT_NAME>.sh [options] <args>
# [options] = Script Options
# <args> = script args
# Author: David Caballero <d@dcaballero.net>
# Version: 1.0
# Description: short what this script does
#!/usr/bin/python3
# Usage: <SCRIPT_NAME>.py [options] <args>
# [options] = Script Options
# <args> = script args
# Author: David Caballero <d@dcaballero.net>
# Version: 1.0
# Description: short what this script does