This repository has been archived on 2025-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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 &