stop tracking alot executable
This commit is contained in:
parent
56c2f3f0ad
commit
78611627f6
1
local/bin/.gitignore
vendored
1
local/bin/.gitignore
vendored
@ -28,6 +28,7 @@ vis
|
|||||||
vis-*
|
vis-*
|
||||||
wjt
|
wjt
|
||||||
qutebrowser
|
qutebrowser
|
||||||
|
alot
|
||||||
|
|
||||||
# shouldn't share this one with the world
|
# shouldn't share this one with the world
|
||||||
macaddress
|
macaddress
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
#!/usr/bin/python3
|
|
||||||
# EASY-INSTALL-ENTRY-SCRIPT: 'alot==0.9.1','console_scripts','alot'
|
|
||||||
__requires__ = 'alot==0.9.1'
|
|
||||||
import re
|
|
||||||
import sys
|
|
||||||
from pkg_resources import load_entry_point
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
|
||||||
sys.exit(
|
|
||||||
load_entry_point('alot==0.9.1', 'console_scripts', 'alot')()
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user