home/.config/i3/trees/aws-1.json.rc

9 lines
237 B
Bash
Executable File

#! /bin/sh
${TERMINAL:-konsole} -e ssh aws-1 &
sleep 0.05
${TERMINAL:-konsole} -e ssh aws-1 -t sudo -u minecraft /usr/bin/screen -r mc-custompack &
sleep 0.05
${TERMINAL:-konsole} &
sleep 0.05
${TERMINAL:-konsole} -e ssh aws-1 -t htop &