This commit is contained in:
xxoommd 2025-04-27 09:28:01 +08:00
parent 8b2517b9b1
commit 501cd1ff93
8 changed files with 733 additions and 732 deletions

View File

@ -4,9 +4,9 @@ alias ll=l
alias open=explorer alias open=explorer
export LC_ALL=zh_CN.utf-8 export LC_ALL=zh_CN.utf-8
export http_proxyserver=http://127.0.0.1:10809 export http_proxyserver="http://127.0.0.1:10809"
function set-proxy() { function set_proxy() {
if [[ $1 == "on" ]]; then if [[ $1 == "on" ]]; then
export HTTP_PROXY=$http_proxyserver export HTTP_PROXY=$http_proxyserver
export HTTPS_PROXY=$http_proxyserver export HTTPS_PROXY=$http_proxyserver
@ -56,6 +56,7 @@ function c3_build() {
echo " - Deleting CMakeFiles ..." && rm -rf CMakeFiles echo " - Deleting CMakeFiles ..." && rm -rf CMakeFiles
echo " - Deleting Makefile ..." && rm -f Makefile echo " - Deleting Makefile ..." && rm -f Makefile
echo " - Deleting cmake_install.cmake ..." && rm -f cmake_install.cmake echo " - Deleting cmake_install.cmake ..." && rm -f cmake_install.cmake
echo " - Deleting compile_commands.json ..." && rm -f compile_commands.json
echo " - Deleting augustus.* ..." && rm -f augustus.* echo " - Deleting augustus.* ..." && rm -f augustus.*
echo " - Deleting res ..." && rm -rf assets maps echo " - Deleting res ..." && rm -rf assets maps
echo " - Deleting libs ..." && rm -rf SDL2* echo " - Deleting libs ..." && rm -rf SDL2*