hackertray/bin/hackertray

5 lines
122 B
Plaintext
Raw Normal View History

2013-11-28 13:45:15 +00:00
#!/usr/bin/env python
from hackertray import HackerNewsApp
import hackertray
indicator = HackerNewsApp()
hackertray.main()