dtas.git  about / heads / tags
duct tape audio suite for *nix
blob d3ea5e164f282b1e557b39985c6a90a1779617c7 383 bytes (raw)
$ git show v0.19.0:dtas.sh	# shows this blob on the CLI

1
2
3
4
5
6
7
 
#!/bin/sh -e
# symlink this file to a directory in PATH to run dtas (or anything in bin/*)
# without needing perms to install globally.  Used by "make symlink-install"
p=$(realpath "$0" || readlink "$0") # neither is POSIX, but common
p=$(dirname "$p") c=$(basename "$0") # both are POSIX
exec ${RUBY-ruby} -I"$p"/lib "$p"/bin/"${c%.sh}" "$@"
: this script is too short to copyright

git clone git://80x24.org/dtas.git
git clone https://80x24.org/dtas.git