chore: add target to connect to a remote host

This commit is contained in:
2024-09-22 14:12:53 +00:00
parent c3104ac1c7
commit ce214c8593
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
iex --name ex_trainer_remote@127.0.0.1 --hidden --cookie local-cookie --remsh ${HOSTNAME}@$(hostname -i | cut -d ' ' -f1)