1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00
freebsd/release/scripts/extract_compat1x.sh
Jordan K. Hubbard 4dcddd0cca Initial revision
1995-01-14 07:41:52 +00:00

9 lines
197 B
Bash

#!/bin/sh
# $Id: extract.sh,v 1.17 1994/12/04 03:41:18 jkh Exp $
PATH=/stand:$PATH
DDIR=/
DIST=compat1x_tgz
echo "Extracting ${DIST}"
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )