root/symbolic

Revision 97b0c270c3b4bb662b6517635e07a452d6b79ab7, 74 bytes (checked in by Luca Foppiano <lfoppiano@sboing.byte-code.lan>, 9 months ago)

fix command launcher

  • Property mode set to 100755
Line 
1 #!/bin/bash
2
3 ROOT=.
4
5 cd $ROOT
6 grails prod run-app -Dserver.host=0.0.0.0
7
Note: See TracBrowser for help on using the browser.