astroport/zen/zen_CONTRACT_template.sh

18 lines
531 B
Bash
Executable File

#!/bin/sh
# License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/)
########################################################################
# ZEN CONTRACT TEMPLATE v0.1
########################################################################
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}"
{ # Only execute if entire script is read
# Send LOVE to _g1.node.creator
# Wait for SSB message containing _passenger.your_g1pub.crypt
}