mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 05:51:35 +01:00
Merge pull request #361 from aroonav/master
Enable starting the cheat python script on windows.
This commit is contained in:
commit
4dd55105d2
8
bin/cheat.bat
Normal file
8
bin/cheat.bat
Normal file
@ -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
Block a user