scx/install-pkg

4 lines
90 B
Plaintext
Executable File

#!/bin/sh
exec scsh -lm install-lib-module.scm -o install -e install-main -s "$0" "$@"
!#