stream-hoster-helper/function_tester.sh
2021-08-08 19:05:06 +02:00

11 lines
247 B
Bash
Executable file

#!/bin/bash
. ./vivoFunctions.fn
. ./voeFunctions.fn
vivo_url=$( upload_to_vivo "<api_key>" "./BigBuckBunny_512kb.mp4" )
voe_url=$( upload_to_voe "<api_key>" "./BigBuckBunny_512kb.mp4" )
echo -e "Vivo:\t$vivo_url\n"
echo -e "Voe:\t$voe_url\n"