mirror of
https://codeberg.org/JasterV/spazio-solazzo.git
synced 2026-04-26 18:20:03 +00:00
5 lines
88 B
Bash
Executable file
5 lines
88 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
fly ssh console --pty --select -C "/app/bin/spazio_solazzo remote"
|