7 lines
76 B
Python
7 lines
76 B
Python
#!/usr/bin/python
|
|
|
|
import os
|
|
|
|
def preRemove():
|
|
os.system("complete -r")
|