Sign in
plan9port
/
plan9
/
f1bfc54e12efe488e355debf696dbd999c62fe07
/
.
/
bin
/
9a
blob: f2984ffbafbaa9c719e03c97e0ceaf98d61100f2 [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
$
# != 1 ]; then
echo
'usage: 9a file.s'
1
>&
2
exit
1
fi
out
=
`echo $1 | sed 's/\.s$//;s/$/.o/'`
exec as
-
o $out $1