From 48ab38febf28ffad7414030ecf1341cc406d63a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Tue, 13 Jun 2023 21:13:43 +0100 Subject: [PATCH] initial commit --- source/shebangs/bash-with-nix-pkg/main.adoc0 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 source/shebangs/bash-with-nix-pkg/main.adoc0 diff --git a/source/shebangs/bash-with-nix-pkg/main.adoc0 b/source/shebangs/bash-with-nix-pkg/main.adoc0 new file mode 100644 index 0000000..54a5e20 --- /dev/null +++ b/source/shebangs/bash-with-nix-pkg/main.adoc0 @@ -0,0 +1,12 @@ += A Bash script depending on a package in the nixpkgs repo. + +[source,bash,linenums] +.Script +.... +include::my-script.sh[] +.... + +.Output +.... +$# ./my-script.sh +....