about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--bollux4
1 files changed, 2 insertions, 2 deletions
diff --git a/bollux b/bollux index 9e8d6ce..26dc316 100644 --- a/bollux +++ b/bollux
@@ -5,8 +5,8 @@
5# Version: 0.4.0 5# Version: 0.4.0
6 6
7# Program information 7# Program information
8PRGN="${0##*/}" 8PRGN="${0##*/}" # Easiest way to get the script name
9VRSN=0.4.0 9VRSN=0.4.1 # I /try/ to follow semver? IDK.
10 10
11bollux_usage() { 11bollux_usage() {
12 cat <<END 12 cat <<END