cube-tube/package

8 lines
206 B
Text
Raw Normal View History

2023-05-08 05:28:12 +00:00
#!/bin/sh
cd "`dirname "$0"`"
result=${PWD##*/} # to assign to a variable
result=${result:-/} # to correct for the case where PWD=/
cd ..
exec ./dragonruby-publish --only-package ${result}