diff options
author | haturatu <taro@eyes4you.org> | 2025-03-17 00:29:44 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2025-03-17 00:29:44 +0900 |
commit | d14075115766ac0dec86f8a9a5208d1834e0c018 (patch) | |
tree | 55876f5ae188de53fd81680002a9132528f17717 /README.md | |
parent | dd932e5db50a4610fa59e08cd4aa2ee11d5eeb4d (diff) |
add: gscp
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ # gscp +```bash +cd cmd && go build -o gscp main.go +./gscp +``` |