Adds bin/hackertray to the repository.
This commit is contained in:
parent
b01984c266
commit
69be32fb58
|
@ -2,7 +2,6 @@
|
|||
*.pyc
|
||||
|
||||
# Distribution / packaging
|
||||
bin/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
from hackertray import HackerNewsApp
|
||||
import hackertray
|
||||
indicator = HackerNewsApp()
|
||||
hackertray.main()
|
Loading…
Reference in New Issue