Skip to content

Commit

Permalink
Merge pull request #620 from humaite/improvement/615-use-remote_conso…
Browse files Browse the repository at this point in the history
…le-feature-instead-of-using-direct-input-from-screen

Create an Interface to remote_console release command
  • Loading branch information
humaite authored Sep 30, 2024
2 parents 36dff9e + a0d15f3 commit a283bcc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/console
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
######################################################################
# Connect to arweave Erlang shell.
######################################################################
set -e
SCRIPT_DIR="$(dirname "$0")"
SCRIPT_ACTION="remote_console"

# Sets $ARWEAVE and $ARWEAVE_* variables
source ${SCRIPT_DIR}/arweave.env
$(ARWEAVE} ${SCRIPT_ACTION}

0 comments on commit a283bcc

Please sign in to comment.