This commit is contained in:
tidoni 2021-02-16 12:02:58 +01:00
commit 51d4de07d1
3 changed files with 54 additions and 0 deletions

11
function_tester.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
. ./vivoUpload.fn
. ./voeUpload.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"