#!/bin/sh
for i in *.o ; do if [
"
$i
"
!=
"logtool.o"
] ; then ar rv liblogtool.a
$i
# a - $i
fi done
syntax highlighted by
Code2HTML
, v. 0.9.1