PaperCutSoftware / teleportme

Connect people through a portal - Transport your inter-offices, meeting room, or common area communication across large distances with an automated FaceTime video portal.
http://papercutsoftware.github.io/teleportme/
MIT License
49 stars 8 forks source link

Make script easier to use and update documenation #3

Closed alecthegeek closed 10 years ago

alecthegeek commented 10 years ago

1) Validate args and call usage() if needed 2) Make usage() exit script 3) Change some conditional statements to make logic obvious 4) Add comment about permissions needed by terminal program 5) Change `` to $(). Welcome to modern shell programming 6) Quote here documents to avoid possible problems with '"' 7) Change name of is_portal_open_now() to make intent clear 8) Make log messages UTC so matches can occur across time zones

codedance commented 10 years ago

Thanks. All looks reasonable. I'll do some testing and merge.