nix-book/source/recipes/python-nixpkg/shebang/main.adoc0
2023-11-28 16:13:05 +00:00

12 lines
126 B
Text

= In a Python script
[source,python,linenums]
.Script
....
include::my-script.sh[]
....
.Output
....
$# ./my-script.sh
....