![JAR search and dependency download from the Maven repository](/logo.png)
angch.venice.1.12.27.source-code.shebang-demo.venice Maven / Gradle / Ivy
#!/bin/sh
#_ """
# Venice Shebang demo script
# The "run-script.sh" is provided by the installed Venice REPL. It
# starts a Venice interpreter on the REPL environment and runs this
# script.
REPL_HOME=/Users/juerg/Desktop/venice/
exec ${REPL_HOME}/run-script.sh "$0" "$@"
"""
(println "Venice Shebang Demo")
(println)
(println "Args:" *ARGV*)
(println "Time:" (time/local-date-time))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy