diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-16 01:49:37 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-16 01:49:37 +0200 |
commit | cb9e638c004ea7de8404a6746d12a42041ee9f74 (patch) | |
tree | 0fd9418d1a458e42406c39149b47d3adbd56d3a3 /sys/src/9/boot/boot.c | |
parent | b0f1c5ed6c90a2577cf4f43778882cc6c056671c (diff) |
bind devshr to /shr
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; |