have to leave instrs.adb around, kernel uses it for kdb
[unix-history] / usr / src / old / compact / ccat.sh
CommitLineData
b8796eec
BS
1#!/bin/sh
2#
3# ccat.sh 4.1 83/02/11
4#
5for file in $*
6do
7 /usr/ucb/uncompact < $file
8done