i3: Separate trees for terraria instances

This commit is contained in:
2019-02-07 14:32:44 -06:00
parent 7c41925f11
commit 86d071163b
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#! /bin/sh
${TERMINAL:-mate-terminal} -x ssh aws-c5n-large-1 &
sleep 0.1
${TERMINAL:-mate-terminal} -x ssh aws-c5n-large-1 -t sudo -u terraria /usr/bin/screen -r ter-tmodpack2 &
sleep 0.1
${TERMINAL:-mate-terminal} &
sleep 0.1
${TERMINAL:-mate-terminal} -x ssh aws-c5n-large-1 -t htop &