Codebase list phpggc / 6f151e3
Fix helper script to properly forward command line parameters Raphaƫl Hertzog 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 #!/bin/sh
11
22 cd /usr/share/phpggc
3 exec ./phpggc
3 exec ./phpggc "$@"