diff options
-rwxr-xr-x | run_steam.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/run_steam.sh b/run_steam.sh new file mode 100755 index 0000000..74c0578 --- /dev/null +++ b/run_steam.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env sh + +###################################################################### +# @author : pico (pico@$HOSTNAME) +# @file : run_steam +# @created : Wednesday Sep 18, 2024 19:54:11 CST +# +# @description : +###################################################################### + +addr="127.0.0.1:7897" +pro="export http_proxy=$addr && export https_proxy=$addr" +tmux new-session -d -s steam '$pro && $(steam)' |