update to ver. 0.0.2

This commit is contained in:
creme 2019-09-05 21:59:31 +02:00
parent b0ba351087
commit 12726ace6e
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 4 additions and 3 deletions

7
envs
View File

@ -3,7 +3,8 @@
# envs - manage user-submitted scripts and apps # envs - manage user-submitted scripts and apps
# forked from tilde.team # forked from tilde.team
# Copyright 2018, Ben Harris <ben@tilde.team> # Copyright 2018-2019, Ben Harris <ben@tilde.team>
# Copyright 2019, Sven Kinne <creme@envs.net>
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -22,7 +23,7 @@
export TERM=xterm-256color export TERM=xterm-256color
PROGNAME=${0##*/} PROGNAME=${0##*/}
VERSION="0.0.1" VERSION="0.0.2"
clean_up() { # Perform pre-exit housekeeping clean_up() { # Perform pre-exit housekeeping
@ -89,7 +90,7 @@ usage() {
help_message() { help_message() {
cat <<- EOF cat <<- EOF
$PROGNAME ver. $VERSION $PROGNAME (ver. $VERSION)
wrapper for user-submitted scripts wrapper for user-submitted scripts
supports user submission and admin approval supports user submission and admin approval
$(usage) $(usage)