Sha256: 6a2937a71257c47a52190b176b8461f97956d6e46488b1793109b83ae409891d
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 Bytes
Contents
#!/bin/sh action=$1 cur_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" if [ -z "$1" ] then #if argument is empty default to publish action="publish" fi shift #effectively get rid of first argument (the action) sh ${cur_dir}/jsc_${action}.sh "$@"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-scientific-0.0.3 | bin/jsc_shell.sh |
jekyll-scientific-0.0.2 | bin/jsc_shell.sh |