3 lines
88 B
Bash
Executable file
3 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
BASEDIR=$(dirname $0)
|
|
ruby -rrubygems -I $BASEDIR/lib $BASEDIR/bin/twine "$@"
|