diff --git a/sys/amiga/ship/cmove b/sys/amiga/ship/cmove new file mode 100644 index 000000000..7859620e5 --- /dev/null +++ b/sys/amiga/ship/cmove @@ -0,0 +1,13 @@ +.key src/a,dst/a +; cmove +; copy $1 to $2, if $1 exists +if exists +; echo "->" + copy clone +else + if not exists + echo "CAUTION: DOES NOT EXIST!" + else + echo "Warning: no source for " + endif +endif