From f8d634e8e0a5a3cc7922e5412f76cea0381c0ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=BCbner?= Date: Sun, 28 Apr 2024 19:17:42 +0200 Subject: [PATCH] better example --- devbox.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devbox.json b/devbox.json index e4c335c..e529e15 100644 --- a/devbox.json +++ b/devbox.json @@ -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" ] }