projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[xburst] Export gpio and irq registers through debugfs
[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.044035 seconds
and
5
git commands to generate.