Skip to content

Commit aa480bd

Browse files
author
Bartek
committed
added debug script
1 parent 6cdc4c5 commit aa480bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debug.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
if [ -z ${VOCO_DATA+x} ]; then echo "VOCO_DATA is unset"; else echo "VOCO_DATA is set to '$var'"; fi

0 commit comments

Comments
 (0)