This website requires JavaScript.
Explore
Help
Sign In
Bauke
/
dotfiles
Watch
1
Fork
You've already forked dotfiles
0
Code
Releases
Activity
163c7cdb80
dotfiles
/
.bauke
/
bin
/
bulk
8 lines
109 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env zsh
deno run
\
--allow-read
\
--allow-run
\
"
$BAUKE_DIR
/scripts/bulk/bulk.ts
"
\
"
$@
"
View Git Blame
Copy Permalink