6 lines
71 B
Bash
6 lines
71 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
topdir=`dirname $0`
|
||
|
|
||
|
exec @compiler@ -I $topdir/stdlib "$@"
|