mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 13:32:53 -05:00
Version flag addition
This commit is contained in:
parent
c01e097140
commit
f26c99f2a5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
version=1.0.1
|
version="${1:-1.0.1}"
|
||||||
bashrc=~/.bashrc
|
bashrc=~/.bashrc
|
||||||
zshrc=~/.zshrc
|
zshrc=~/.zshrc
|
||||||
originaldir=$PWD
|
originaldir=$PWD
|
||||||
|
|
Loading…
Reference in a new issue