7 lines
65 B
Bash
7 lines
65 B
Bash
|
#!/bin/bash -eu
|
||
|
|
||
|
make clean
|
||
|
xmkmf
|
||
|
touch saturn.man pack.man
|
||
|
make
|