This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.

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 &