diff --git a/bin/cheat.bat b/bin/cheat.bat new file mode 100644 index 0000000..3f66754 --- /dev/null +++ b/bin/cheat.bat @@ -0,0 +1,8 @@ +@echo OFF + +if not defined CHEAT_EDITOR if not defined EDITOR if not defined VISUAL ( + set CHEAT_EDITOR=write +) + +REM %~dp0 is black magic for getting directory of script +python %~dp0cheat %*