diff --git a/brick.sh b/brick.sh index d6fa3a0..feb301b 100755 --- a/brick.sh +++ b/brick.sh @@ -8,6 +8,7 @@ # settings set -e start_time=$(date +%s) +version=1.1 # functions errcho() { @@ -131,6 +132,12 @@ while [[ $# -gt 0 ]]; do inf 'done' exit 0 ;; + -v|--version) + echo "brick $version (gpl 3 only)" + echo "made by alice with <3" + echo "https://git.blek.codes/blek/os" + exit 0 + ;; -*) # meh domt need unkonw args shift;;