[backfire] targets: rename "files-2.6.x" directories to "files"
[openwrt-10.03/.git] / target / linux / xburst / files / arch / mips / boot / tools / filesize
1 #!/bin/sh
2 HOSTNAME=`uname`
3 if [ "$HOSTNAME" = "Linux" ]; then
4 echo `ls -l $1 | awk '{print $5}'`
5 else
6 echo `ls -l $1 | awk '{print $6}'`
7 fi