diff options
Diffstat (limited to 'sys/src/9/boot/boot.c')
-rw-r--r-- | sys/src/9/boot/boot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/boot/boot.c b/sys/src/9/boot/boot.c index 35cd482da..3f947047d 100644 --- a/sys/src/9/boot/boot.c +++ b/sys/src/9/boot/boot.c @@ -23,6 +23,7 @@ boot(int argc, char *argv[]) bind("#ec", "/env", MREPL); bind("#e", "/env", MBEFORE|MCREATE); bind("#s", "/srv", MREPL|MCREATE); + bind("#σ", "/shr", MREPL); if(Debug){ int i; |