github.com/hy3/cuto@v0.9.8-0.20160830082821-aa6652f877b7/servant/job/_testdata/jobscript/stderr.zsh (about)

     1  #!/bin/zsh
     2  
     3  if [ "$1" = "" ] ; then
     4          echo Invalid Arg#1.
     5          exit 12
     6  fi
     7  echo Argument1=$1 >&2
     8  exit 0
     9