summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_dict.sh
blob: 74f92595f49c95e9340ff12eeaf96c9739856d7c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# $Id: extract_dict.sh,v 1.1 1995/01/14 07:41:41 jkh Exp $
set -e
PATH=/stand:$PATH
DDIR=/

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