From e1f62d7b3702a61435f009215096865e66f601e5 Mon Sep 17 00:00:00 2001 From: Tom Konidas Date: Wed, 19 Jun 2024 19:35:01 -0400 Subject: [PATCH] Add remote IEx script --- fiex | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 fiex diff --git a/fiex b/fiex new file mode 100755 index 00000000..a7b2a239 --- /dev/null +++ b/fiex @@ -0,0 +1,5 @@ +#!/bin/bash + +set -e + +fly ssh console --pty --select -C "/app/bin/plexus remote"