We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96072ab commit 6cad1cbCopy full SHA for 6cad1cb
playground/upload_bundle.sh
@@ -54,4 +54,4 @@ TARGET="ftp://${KEYCDN_SRV}/v${VERSION}/${DIR}"
54
55
echo "Uploading '$SOURCE/*.js' to '$TARGET/*.js'..."
56
57
-curl --ftp-create-dirs -T "${SOURCE}/*.js" --ssl --netrc-file $NETRC_FILE "${TARGET}/"
+find "${SOURCE}" -type f -name "*.js" -exec curl --ftp-create-dirs --ssl --netrc-file "$NETRC_FILE" -T {} "${TARGET}/{}" \;
0 commit comments