convert-sh 63 Bytes Edit Raw Blame History 1 2 3 4 #!/bin/sh echo "WARNING: Can't convert $1 to $2" cp "$1" "$2"