mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 20:12:39 +03:00
3 lines
46 B
Batchfile
3 lines
46 B
Batchfile
|
@echo off
|
||
|
python hm.py %*
|
||
|
exit /b %errorlevel%
|