summaryrefslogtreecommitdiff
path: root/run_steam.sh
blob: 74c0578fd84e22c00c31af1af258ac6339446286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)'