1
0
mirror of https://github.com/Gator96100/ProxSpace.git synced 2025-03-12 04:36:22 -07:00

7 lines
136 B
Batchfile
Raw Permalink Normal View History

@echo off
rem This file is the script to set path for ARM eabi tool chain.
set TL_PATH=%~dp0
set PATH=%TL_PATH%;%PATH%
cmd /K cd %CD%