shithub: 9scripts

ref: 0af5cda237fd7e6f088ef69a41d029780670f1a1
dir: /util/sysbuild/

View raw version
#! /bin/rc
# Fulton Browne 11/27/2020 on 9front
# You are free to distrbute and modify the source as you wish

# Start a sub shell
@{
   rfork
   # bind the source - change locaction as needed
   bind -ac /disk/plan9front
   cd /sys/src
   mk clean
   mk install
   mk clean
}