refactoring
- keep using find-exec (more bin files) - parse_convert command with spaces works
This commit is contained in:
11
bin/zod-copy
Executable file
11
bin/zod-copy
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. zod-internal
|
||||
|
||||
zod_lib="$1"; shift
|
||||
proj="$1"; shift
|
||||
target="$1"; shift
|
||||
file="$1"
|
||||
destination="$(__zod_destination "$file")"
|
||||
|
||||
cp "$file" "$destination"
|
||||
Reference in New Issue
Block a user