brintos

brintos / llvm-project-archived public Read only

0
0
Text · 251 B · f477b57 Raw
8 lines · plain
1script import os, sys2# So that ~/utils.py takes precedence.3script sys.path[:0] = [os.path.expanduser('~')]4script import utils5command alias pwd script print os.getcwd()6command script add -f utils.chdir cd7command script add -f utils.system system8