init
This commit is contained in:
commit
51d4de07d1
3 changed files with 54 additions and 0 deletions
11
function_tester.sh
Executable file
11
function_tester.sh
Executable 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue