Code Update

This commit is contained in:
Christer Warén 2024-05-23 04:45:12 +03:00
parent 2df1590a6d
commit 5f356e5616
2 changed files with 10 additions and 0 deletions

View File

@ -13,5 +13,10 @@ wx-stop (){
curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o $HOME/bin/wx &> /dev/null
chmod +x $HOME/bin/wx &> /dev/null
if [[ $PATH != *"$HOME/bin"* ]]
then
export PATH="$HOME/bin:$PATH"
fi
exit 1
}

5
wx
View File

@ -234,6 +234,11 @@ wx-stop (){
curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o $HOME/bin/wx &> /dev/null
chmod +x $HOME/bin/wx &> /dev/null
if [[ $PATH != *"$HOME/bin"* ]]
then
export PATH="$HOME/bin:$PATH"
fi
exit 1
}