hackertray/bin/hackertray

5 lines
122 B
Python
Executable File

#!/usr/bin/env python
from hackertray import HackerNewsApp
import hackertray
indicator = HackerNewsApp()
hackertray.main()