From 488af7abacba3103adccedbfd4ddcc60a10c48a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Tue, 13 Jun 2023 21:13:54 +0100 Subject: [PATCH] initial commit --- source/shebangs/python-with-nix-pkg/main.adoc0 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 source/shebangs/python-with-nix-pkg/main.adoc0 diff --git a/source/shebangs/python-with-nix-pkg/main.adoc0 b/source/shebangs/python-with-nix-pkg/main.adoc0 new file mode 100644 index 0000000..54a5e20 --- /dev/null +++ b/source/shebangs/python-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 +....