7 lines
54 B
Bash
7 lines
54 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
|
|
sh regress.sh
|