Update main.sh

This commit is contained in:
Kevin van Zonneveld 2013-03-24 12:26:25 +01:00
parent 1ec58a1671
commit 95f044d453

View File

@ -1,11 +1,12 @@
#!/bin/bash #!/bin/bash
# #
# Template to write better bash scripts. More info: http://kvz.io # Template to write better bash scripts. More info: http://kvz.io
# Version 0.0.2 # Version 0.0.3
# #
# Usage: # Usage:
# LOG_LEVEL=7 ./template.sh -f /tmp/foo -d # LOG_LEVEL=7 ./template.sh -f /tmp/foo -d
# #
# Based on BASH3 Boilerplate v0.0.3 (https://github.com/kvz/bash3boilerplate)
# Licensed under MIT # Licensed under MIT
# Copyright (c) 2013 Kevin van Zonneveld # Copyright (c) 2013 Kevin van Zonneveld
# http://twitter.com/kvz # http://twitter.com/kvz