barrier/hm.cmd

3 lines
46 B
Batchfile
Raw Normal View History

2009-10-26 07:54:37 +00:00
@echo off
python hm.py %*
2009-11-02 21:17:45 +00:00
exit /b %errorlevel%