Thursday, December 17, 2015

Restart Python Script



Restart Python Script :

python = sys.executable
 os.execl(python, python, * sys.argv)

No comments:

Post a Comment

Vi Editor

VI EDITOR Move move in the editor: h right j up k  down l left move top shift +g gg down the line of the file :8 go to line 8 search /string...