ramips: switch to 2.6.32
[openwrt.git] / target / linux / xburst / files-2.6.32 / 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
This page took 0.042196 seconds and 5 git commands to generate.