guillep / ecstatic

ecstatic site generator
MIT License
13 stars 12 forks source link

Add shebang to scripts #22

Open jecisc opened 6 years ago

jecisc commented 6 years ago

I do not use bash as default shell and since the scripts do not contain shebang I cannot run them easily.

They should include a shebang such as: #!/usr/bin/env bash