mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
Bumped version, 1.1.0
This commit is contained in:
parent
61ddc11af7
commit
4e5b2a848e
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
# shellcheck source=/home/g2/Documents/projects/code/misc/welcome.sh/welcome.sh
|
|
||||||
# Bash "strict mode" => http://redsymbol.net/articles/unofficial-bash-strict-mode/
|
# Bash "strict mode" => http://redsymbol.net/articles/unofficial-bash-strict-mode/
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
@ -7,7 +6,7 @@ export LC_NUMERIC="en_US.UTF-8" &> /dev/null #Fix for locales that use , instead
|
||||||
|
|
||||||
# Define "global" variables
|
# Define "global" variables
|
||||||
environment=$(ps -o args= -p $$ | grep -Em 1 -o '\w{0,5}sh' | head -1)
|
environment=$(ps -o args= -p $$ | grep -Em 1 -o '\w{0,5}sh' | head -1)
|
||||||
version=1.0.5
|
version=1.1.0
|
||||||
|
|
||||||
#========Welcome=======#
|
#========Welcome=======#
|
||||||
welcome () {
|
welcome () {
|
||||||
|
|
Loading…
Reference in a new issue