This website requires JavaScript.
Explore
Help
Sign In
syn2cat
/
doorbuzz
Watch
2
Star
0
Fork
You've already forked doorbuzz
0
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
a2f99ab3c2
doorbuzz
/
peoplecounter.sh
6 lines
97 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
wget -qO - http://10.2.113.6/output.cgi
|
sed
's/.*Occupancy://'
|
awk
'{print $2}'
Reference in New Issue
View Git Blame
Copy Permalink