9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
|
#!/usr/bin/env zsh
|
||
|
|
||
|
deno run \
|
||
|
--allow-run="convert,gegl,mat2" \
|
||
|
--allow-read \
|
||
|
--allow-write \
|
||
|
"$BAUKE_DIR/scripts/project-avatar.ts" \
|
||
|
"$@"
|