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