rwxrob-dot/scripts/curllast
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

10 lines
138 B
Bash
Executable File

#!/usr/bin/env bash
declare path=$(mktemp)
if [[ $1 != "" ]]; then
path="$1"
fi
curl $(twitch lasturl) -o "${path}" -s
echo "${path}"