#!/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)'