#!/usr/bin/env bash for x in "$@"; do curl -F "file=@\"$x\"" -F "key=$FILEHOST_KEY" $FILEHOST_URL printf "\n" done