ttm.sh-scripts/upload.sh

8 lines
124 B
Bash
Executable File

#!/bin/bash
echo 'Please input the file you want to upload (Full Path!!!)'
read file
curl -F"file=@$file" https://ttm.sh