Multiline shebang: Difference between revisions

Content added Content deleted
Line 170: Line 170:
=={{header|Groovy}}==
=={{header|Groovy}}==
<lang groovy>#!/bin/bash
<lang groovy>#!/bin/bash
script_dit="$(cd $(dirname $0) >/dev/null); pwd -P)"
script_dir="$(cd $(dirname $0) >/dev/null; pwd -P)"


if [ -z "${GROOVY_HOME}" ]
if [ -z "${GROOVY_HOME}" ]