Fix menu items order
[xfstests-dev.git] / dmapi / src / suite2 / create_cpio
1 #
2 # Copyright (c) 2000-2001 Silicon Graphics, Inc.  All Rights Reserved.
3 #
4
5 rm /home/hickory43/jayw/test/dist/DMAPI_test.cpio
6 cd /home/hickory43/jayw/test
7 find * \( ! -name '*.o' ! -name '*~' ! -name './dist/*' \) | cpio -oc > /home/hickory43/jayw/test/dist/DMAPI_test.cpio
8 cp /home/hickory43/jayw/test/README /home/hickory43/jayw/test/dist/README
9 cd /home/hickory43/jayw/test/dist
10