Update 0_bashrc.sh

This commit is contained in:
bash
2024-08-12 22:15:47 +02:00
committed by GitHub
parent 26da0bef9b
commit 4d20b3a85b

View File

@@ -39,6 +39,7 @@ echo "export DATAPATH=${DATAPATH}" >> ~/.bash_wow
#----------------------------------------------------------------------------------------
# Add alias to ~/.bash_wow
#----------------------------------------------------------------------------------------
echo "alias menu='${ROOT_DIR}/menu.sh'" >> ~/.bash_wow
echo "alias install='${ROOT_DIR}/script/1_source-install.sh'" >> ~/.bash_wow
echo "alias update='${ROOT_DIR}/script/2_source-update.sh'" >> ~/.bash_wow
echo "alias build='${ROOT_DIR}/script/3_server-build.sh'" >> ~/.bash_wow