Adding tlnbw to watch the work server.

This commit is contained in:
Samuel Clay 2013-08-20 13:39:19 -07:00
parent b7e76dcf37
commit 6cf9c08662

6
utils/tlnbw.py Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
import tlnb
if __name__ == "__main__":
tlnb.main(role="work", role2="work")