Refactoring, ipathlib, and others!
This commit is contained in:
parent
b9801cad59
commit
440bd2f153
8 changed files with 64 additions and 1380 deletions
8
examples/roller/__main__.it
Normal file
8
examples/roller/__main__.it
Normal file
|
@ -0,0 +1,8 @@
|
|||
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 */
|
Loading…
Add table
Add a link
Reference in a new issue