EDDN/Relay.sh

11 lines
219 B
Bash
Executable File

#!/bin/sh
#
# Run the EDDN Relay from source
set -e
# Need to be in the src directory, relative to this script
cd "$(dirname $0)/src"
# And we invoke the *module*, not the script by filename.
python -m eddn.Relay $@