7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
./setupnetbsd.sh
|
|
./applyblacklist.sh < blacklist.txt
|
|
./setupminix.sh
|
|
cd src
|
|
make build
|