Skip to content

Instantly share code, notes, and snippets.

@keithstellyes
Created February 28, 2018 18:07
Show Gist options
  • Save keithstellyes/3485454d1d4c0161e740932dda06fd74 to your computer and use it in GitHub Desktop.
Save keithstellyes/3485454d1d4c0161e740932dda06fd74 to your computer and use it in GitHub Desktop.
Adds shrek as a unit of measurement to GNU units
# Adds Shrek as a unit of measurement (=95 mins) to GNU units
F=$(units -U)
echo "###################" >> $F
echo "# Added by script #" >> $F
echo "###################" >> $F
echo shrek 95 min >> $F
echo "###################" >> $F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment