Sign in
gwt
/
gwt
/
3d194eeb3fb54a6cd10ac2ae5e2b372b1a08d150
/
.
/
plugins
/
npapi
/
getarch
blob: fc69c118333df4c58629702a415d72162a1eec7c [
file
]
#!/bin/sh
if
[
-
r $1
]
then
read k
<
$1
echo $k
else
echo
"unknown"
fi
exit
0