Bauke/dotfiles
Bauke
/
dotfiles
Archived
1
Fork 0
This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.bauke/bin/project-avatar

9 lines
152 B
Bash
Executable File

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