myfile.sh 93 B

12345
  1. for arg in $*; do
  2. curl -F "file=@$arg" https://myfile.org/api/upload | tr -d \\ \n
  3. echo
  4. done