v4k-git-backup/_editor.bat

7 lines
87 B
Batchfile
Raw Normal View History

2024-08-15 21:17:31 +00:00
@echo off
call razzle amd64
2024-08-16 07:04:01 +00:00
if exist .env.bat (
call .env.bat
)
2024-08-28 10:42:58 +00:00
cursor .
2024-08-15 21:17:31 +00:00
exit