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