entangled / entangled.py

Python port of Entangled
Apache License 2.0
33 stars 7 forks source link

sshebang ordering #19

Closed RonnyPfannschmidt closed 11 months ago

RonnyPfannschmidt commented 11 months ago

when creating a shell script using entangled, then a shebang line comes after the location indication

# ~/~ begin <<example.md#scripts/hydrate.sh>>[init]
#!/bin/bash

in case there is a shebang it should go before the location indication

jhidding commented 11 months ago

Thanks for the suggestion. This was on my todo-list.