Skip to content

Instantly share code, notes, and snippets.

View scag1io's full-sized avatar

Massimo Scagliola scag1io

View GitHub Profile
#!/bin/bash
###
### my-script — does one thing well
###
### Usage:
### my-script <input> <output>
###
### Options:
### <input> Input file to read.
### <output> Output file to write. Use '-' for stdout.