mirror of https://github.com/cheat/cheat.git
Merge pull request #361 from aroonav/master
Enable starting the cheat python script on windows.
This commit is contained in:
commit
4dd55105d2
|
@ -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 %*
|
Loading…
Reference in New Issue