Skip to content

Commit

Permalink
better example
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Apr 28, 2024
1 parent a1435ce commit f8d634e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
"scripts": {
"build": [
"cat ${HOME}/.ssh/id_ed25519.pub > configs/authorized_keys",
"./build.sh -u 'janitor' -d 'example.org' -z",
"./build.sh \\",
"-u 'janitor' \\",
"-d 'hub.lol' \\",
"-a 'curl' \\",
"-a 'ripgrep' \\",
"-z",
"cat *.sum"
]
}
Expand Down

0 comments on commit f8d634e

Please sign in to comment.