11 lines
247 B
Bash
Executable file
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"
|