mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 19:14:58 -05:00
4 lines
50 B
Batchfile
4 lines
50 B
Batchfile
|
@echo off
|
||
|
title EDLClient
|
||
|
python "%~dp0edl" %*
|