1 2 3 4 5 6 7
pkg:setup libexec.install Dir["*"] (bin/"sisc").write <<~EOS #!/bin/sh SISC_HOME=#{libexec} exec #{libexec}/sisc "$@" EOS