Shell Scripts: Difference between revisions

imported>Milahu
+ demo for writeShellScript
 
imported>Milahu
+ section Posix Shell
Line 16: Line 16:
     };
     };
</syntaxHighlight>
</syntaxHighlight>
== Posix Shell ==
some environments (like OpenWRT, via <code>busybox</code>) offer only a "limited" shell (<code>sh</code> instead of <code>bash</code>).
on nixos, posix shells are provided by the packages <code>dash</code> and <code>posh</code>