You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nash is a system shell that attempts to be more safe and give
6
-
more power to user. It's safe in the sense of it's far more hard to
7
-
shoot yourself in the foot. It gives power to user in the sense
8
-
that you really can use `nash` to script deploys taking advantage
9
-
of namespaces (on linux and plan9) in an idiomatic way.
10
-
11
-
It's more safe for scripts because it doesn't have the unsafe
12
-
features of all former shells and it aim to have a very simple, safe
13
-
and frozen syntax specification. Every shell feature considered
14
-
harmful was left behind.
15
-
16
-
Nash is inspired by Plan 9 `rc` shell, but with very different syntax
17
-
and purpose.
5
+
Nash is a system shell, inspired by plan9 `rc`, that makes it easy to create reliable and safe scripts taking advantages of operating systems namespaces (on linux and plan9) in an idiomatic way.
0 commit comments