Pass arguments to install.sh and install.cmd to install.py

This commit is contained in:
James Clarke 2013-09-21 01:43:12 +01:00
parent e03a4db2b9
commit f68bdb0493
2 changed files with 2 additions and 2 deletions

View file

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

View file

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