|
|
1.1 root 1: #!/bin/sh
2: for i in $*
3: do
4: case $i in
5: *.a) file=`echo $i|sed 's/\.a/.o/'`
6: cp $i $file
7: args="$args $file"
8: ;;
9: -g) ;;
10: *) args="$args $i"
11: ;;
12: esac
13: done
14: cc $args
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.