mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
5 lines
163 B
Batchfile
5 lines
163 B
Batchfile
@echo off
|
|
|
|
:: run the go run command passing the path to the main.go file, with the working directory set to the bin folder. pass in the arguments
|
|
|
|
go run ./src %* |