Added upload and shorten files

This commit is contained in:
Donnie 2020-11-21 17:59:50 -06:00
parent 763e8c0d4b
commit 5a45a75d22
2 changed files with 14 additions and 0 deletions

7
shorten.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
echo "Input your link please."
read link
curl -F"shorten=$link" https://ttm.sh

7
upload.sh Executable file
View File

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