mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 01:40:15 +00:00
8 lines
88 B
Bash
Executable File
8 lines
88 B
Bash
Executable File
#!/bin/sh -eux
|
|
|
|
DIR=$(dirname $0)
|
|
|
|
$DIR/delete-asset.sh "$@"
|
|
$DIR/upload-asset.sh "$@"
|
|
|