#!/bin/sh COMBO="useyours" for i in $@ do curl -F "$i=@$i" "https://$COMBO@neocities.org/api/upload" done