ttm.sh-scripts/shorten.sh

8 lines
94 B
Bash
Executable File

#!/bin/bash
echo "Input your link please."
read link
curl -F"shorten=$link" https://ttm.sh