4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
(cd minigraph && sh ./configure $*)
|
|
(cd sources && sh ./configure $*)
|