1
1
Fork 0
mirror of https://github.com/G2-Games/welcome.sh.git synced 2025-05-01 10:52:54 -05:00

Streamlined version tag use

This commit is contained in:
G2-Games 2022-09-20 01:20:36 -05:00
parent f26c99f2a5
commit bd06940b6a

View file

@ -1,4 +1,4 @@
version="${1:-1.0.1}"
version="${ver:-1.0.1}"
bashrc=~/.bashrc
zshrc=~/.zshrc
originaldir=$PWD