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 +....