barrier/hm.cmd

3 lines
46 B
Batchfile
Raw Normal View History

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