mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-27 19:42:43 +10:00
4 lines
159 B
Text
Executable file
4 lines
159 B
Text
Executable file
#!/usr/bin/execlineb -P
|
|
|
|
# Start gotty server as jackson
|
|
gosu jackson gotty --permit-write --port 8022 zsh -c 'tmux new-session -s gotty-$(date +%s) -t gotty'
|