Advertisement
Guest User

MAG?CLK

a guest
Jan 22nd, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/sbin/sh
  2. # checksys.sh
  3.  
  4. output=`grep -i "clk" /proc/cmdline`
  5.  
  6. if [ -n "$output" ]
  7. then
  8.   echo "clk=true" > /tmp/nfo.prop
  9. else
  10.   echo "clk=null" > /tmp/nfo.prop
  11. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement