tusd/.hooks/pre-create

8 lines
139 B
Bash
Executable File

#!/bin/sh
filename=$(cat /dev/stdin | jq .MetaData.filename)
if [ -z "$filename" ]; then
echo "Error: no filename provided"
exit 1
fi