Skip to content

Commit

Permalink
renamed .sh and .bat files to gremlin.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed Aug 1, 2012
1 parent c782db0 commit 526c316
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
3 changes: 0 additions & 3 deletions gremlin-groovy/bin/gremlin-groovy.sh

This file was deleted.

Expand Up @@ -6,8 +6,8 @@ cd %CD%\..\target\
set TARGET= set TARGET=


for /f "tokens=*" %%a in ('dir /b /ad') do ( for /f "tokens=*" %%a in ('dir /b /ad') do (
if exist "%%a\bin\gremlin-groovy.bat" set TARGET=%%a if exist "%%a\bin\gremlin.bat" set TARGET=%%a
) )


cd %TARGET%\bin\ cd %TARGET%\bin\
call gremlin-groovy.bat %* call gremlin.bat %*
3 changes: 3 additions & 0 deletions gremlin-groovy/bin/gremlin.sh
@@ -0,0 +1,3 @@
#!/bin/bash

`dirname $0`/../target/gremlin-*-standalone/bin/gremlin.sh $@
2 changes: 1 addition & 1 deletion gremlin-groovy/src/main/bin/README.txt
Expand Up @@ -19,7 +19,7 @@ Gremlin documentation can be found online at:


--------------- RUNNING GREMLIN --------------- --------------- RUNNING GREMLIN ---------------


gremlin$ bin/gremlin-groovy.sh gremlin$ bin/gremlin.sh


\,,,/ \,,,/
(o o) (o o)
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions gremlin.bat
Expand Up @@ -6,8 +6,8 @@ cd %CD%\gremlin-groovy\target\
set TARGET= set TARGET=


for /f "tokens=*" %%a in ('dir /b /ad') do ( for /f "tokens=*" %%a in ('dir /b /ad') do (
if exist "%%a\bin\gremlin-groovy.bat" set TARGET=%%a if exist "%%a\bin\gremlin.bat" set TARGET=%%a
) )


cd %TARGET%\bin\ cd %TARGET%\bin\
call gremlin-groovy.bat %* call gremlin.bat %*
2 changes: 1 addition & 1 deletion gremlin.sh
@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash


`dirname $0`/gremlin-groovy/bin/gremlin-groovy.sh $@ `dirname $0`/gremlin-groovy/bin/gremlin.sh $@

0 comments on commit 526c316

Please sign in to comment.