2 lines
54 B
Bash
2 lines
54 B
Bash
#!/bin/sh
|
|
exec python %%GRAILDIR%%/grail.py ${1+"$@"}
|
#!/bin/sh
|
|
exec python %%GRAILDIR%%/grail.py ${1+"$@"}
|