8 lines
No EOL
127 B
Batchfile
8 lines
No EOL
127 B
Batchfile
@echo off
|
|
cd /d %~dp0
|
|
|
|
for %%I in (.) do set CurrDirName=%%~nxI
|
|
|
|
cd ..
|
|
@echo on
|
|
dragonruby-publish --only-package %CurrDirName% |