added hubfs script

This commit is contained in:
glenda 2021-01-02 21:06:09 +00:00
parent abd57aea7c
commit d9519274f0
1 changed files with 9 additions and 0 deletions

9
install/hubfs Executable file
View File

@ -0,0 +1,9 @@
#!/bin/rc
mkdir -p $home/code
../grid/gridstart -m
cd $home/code
mkdir hubfs
dircp /n/griddisk/mycro/hubfs ./hubfs
cd hubfs
mk install
mk clean