fastscript.sh 125 B

123456789
  1. #!/bin/bash
  2. set -eu
  3. topdir=$(pwd)
  4. cd ./kern/compile/ASST$1
  5. bmake depend
  6. bmake
  7. bmake install
  8. echo "SUCCESS!!!!!!!!!!"
  9. echo ""