8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
|
#!/usr/bin/env zsh
|
||
|
|
||
|
deno run \
|
||
|
--allow-read \
|
||
|
--allow-run="hostname,sudo" \
|
||
|
"$BAUKE_DIR/scripts/copy-nixos-config.ts" \
|
||
|
"$@"
|