Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / TBBT / trace_play / frag_collect
1 nfs stop
2 umount $1
3 mount $1
4 nfs start
5 cd $1
6 echo "find test1 -print >$3.1"
7 find test1 -print > $3.1
8 echo "sed -d s/^/show_inode_info / $3.1"
9 sed -e "s/^/show_inode_info /" $3.1 >$3.2
10 echo "open $2" >$3.3
11 cat $3.2 >> $3.3
12 echo "debugfs -f $3.3"
13 debugfs -f $3.3 > $3.4
14 #echo "frag_count $3.4 > $3.5"
15 #frag_count $3.4 > $3.5