7be7041aa2
- keep using find-exec (more bin files) - parse_convert command with spaces works
12 lines
163 B
Bash
Executable File
12 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. zod-internal
|
|
|
|
zod_lib="$1"; shift
|
|
proj="$1"; shift
|
|
target="$1"; shift
|
|
file="$1"
|
|
destination="$(__zod_destination "$file")"
|
|
|
|
cp "$file" "$destination"
|