mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
4 lines
47 B
Bash
Executable File
4 lines
47 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
cd cmd/$1 && go run main.go
|