Adds bin/hackertray to the repository.

This commit is contained in:
Abhay Rana 2013-11-28 19:15:15 +05:30
parent b01984c266
commit 69be32fb58
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,7 +2,6 @@
*.pyc
# Distribution / packaging
bin/
build/
develop-eggs/
dist/

5
bin/hackertray Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env python
from hackertray import HackerNewsApp
import hackertray
indicator = HackerNewsApp()
hackertray.main()