diff options
author | haturatu <taro@eyes4you.org> | 2025-04-17 01:49:52 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2025-04-17 01:49:52 +0900 |
commit | 74329645e7a217dbcdd66e9177091610558bcaa3 (patch) | |
tree | 7c8c79e9e4316d842251aa6f73dd2e3846d0f6ce /README.md | |
parent | 37d71cc01d1bce5b3d5d748b24c61f0d84f4c88b (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ # gscp +scpのラッパーとして機能し、scpの転送ジョブを`goroutine`の並列処理によって管理します。 + ```bash -cd cmd && go build -o gscp main.go +git clone https://github.com/haturatu/gscp.git +cd gscp/cmd && go build -o gscp main.go ./gscp ``` |