Merge pull request #793 from jrtc27/install-args
Pass arguments to install.sh and install.cmd to install.py
This commit is contained in:
commit
b09e72a2fc
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
@echo off
|
@echo off
|
||||||
.\fml\python\python_fml install.py
|
.\fml\python\python_fml install.py %*
|
||||||
pause
|
pause
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
python install.py
|
python install.py "$@"
|
Loading…
Reference in a new issue