#!/bin/sh
# compile_shutils
cd /usr/src/sh-utils*

./configure --prefix=/usr &&
make &&
make install &&
cd /usr/bin &&
mv basename date echo false hostname /bin &&
mv pwd sleep stty su test true uname /bin &&
mv chroot ../sbin

cd /bin &&
ln -sf test [
