zodiac/bin/zod-copy
nuex 7be7041aa2 refactoring
- keep using find-exec (more bin files)
- parse_convert command with spaces works
2011-10-23 23:15:46 -04:00

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"