summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_dict.sh
blob: d14877d1b7521a36ea39fac6fdc5ea3cfe0f84a4 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# $Id: extract.sh,v 1.17 1994/12/04 03:41:18 jkh Exp $
PATH=/stand:$PATH
DDIR=/

DIST=dict
echo "Extracting ${DIST}"
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
OpenPOWER on IntegriCloud