mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
6 lines
67 B
Python
6 lines
67 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
if __name__=='__main__":
|
||
|
print "hello"
|
||
|
|