mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-02-20 15:12:47 +00:00
Licensed under MIT
This commit is contained in:
parent
b9dfc56e3c
commit
8c1ada1857
6
main.sh
6
main.sh
@ -1,13 +1,13 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Template to write better bash scripts. More info: http://kvz.io
|
||||
# Version 0.0.3
|
||||
# Template to write better bash scripts. More info: http://kvz.io/blog/2013/02/26/introducing-bash3boilerplate/
|
||||
# Version v0.0.3
|
||||
#
|
||||
# Usage:
|
||||
# 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: https://github.com/kvz/bash3boilerplate
|
||||
# Copyright (c) 2013 Kevin van Zonneveld
|
||||
# http://twitter.com/kvz
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user