public
Description: The mkfs equivalent for romfs filesystem
Homepage: http://romfs.sf.net/
Clone URL: git://github.com/chexum/genromfs.git
genromfs / checkdist
100755 8 lines (7 sloc) 0.243 kb
1
2
3
4
5
6
7
8
#!/bin/sh
current=$1
# check for previous versions
echo "The following files have not been updated for $current"
grep -L $current NEWS ChangeLog genromfs.lsm genromfs.8 && echo "(all ok)"
# find -type f|xargs egrep '(0\.3|0\.5|0\.5.1)'
exit 0