This commit is contained in:
2025-09-24 21:06:37 +04:00
parent 2bc9c0b4e0
commit aec8908205
65 changed files with 153 additions and 153 deletions

View File

@@ -32,7 +32,7 @@ pub mut:
// stdout bool = true
// ```
// .
// see https://github.com/freeflowuniverse/herolib/blob/development/examples/pathlib.rsync/rsync_example.v
// see https://github.com/incubaid/herolib/blob/development/examples/pathlib.rsync/rsync_example.v
pub fn rsync(args_ RsyncArgs) ! {
mut args := args_
if args.ipaddr_src.len == 0 {

View File

@@ -63,4 +63,4 @@ screen -r test
## Testing
```bash
vtest ~/code/github/freeflowuniverse/herolib/lib/osal/screen/screen_test.v
vtest ~/code/github/incubaid/herolib/lib/osal/screen/screen_test.v

View File

@@ -251,4 +251,4 @@ mut web_service := systemd.new(
```v
// Test module
vtest ~/code/github/freeflowuniverse/herolib/lib/osal/systemd/systemd_process_test.v
vtest ~/code/github/incubaid/herolib/lib/osal/systemd/systemd_process_test.v