Files
zoidberg/snakemake/zoidberg/grid-jobscript.sh

10 lines
90 B
Bash
Executable File

#!/bin/bash
# properties = {properties}
set -e
echo "hostname:"
hostname -f
{exec_job}