Facebook+1

    內容表格
    沒有標頭

    版本為 05:39, 6 Oct 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    #!/bin/sh

    update_fb() {
      count=$(wget -O - "http://api.facebook.com/restserver.p...peiHackerspace" 2>/dev/null | grep -oP "(?<=\<total\_count\>).*?(?=\<\/total\_count\>)")
      
      echo "updating $count" 
      echo "$count." >&2
    }

    while [ 1 ] ; do 
      update_fb
      sleep 1
    done

     

    ----

    Save as fb.sh, then run as follows:

    $ ./fb.sh 2> /dev/ttyACM0

     

    Powered by MindTouch Core