4 lines
95 B
Bash
4 lines
95 B
Bash
#!/bin/sh
|
|
# @(#)cc.sh 1.1 94/10/31 SMI
|
|
/usr/5bin/cc -I/usr/xpg2include -L/usr/xpg2lib $* -lxpg
|