Merge pull request #793 from jrtc27/install-args

Pass arguments to install.sh and install.cmd to install.py
This commit is contained in:
LexManos 2013-09-30 16:59:51 -07:00
commit b09e72a2fc
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
@echo off @echo off
.\fml\python\python_fml install.py .\fml\python\python_fml install.py %*
pause pause

View file

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
python install.py python install.py "$@"