We can't just split by space, that's not going to give us the same argv we'd have gotten from the shell, it could be in a string, we must actually parse that as argv. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| asm.py | ||
| common.py | ||
| isel.py | ||
We can't just split by space, that's not going to give us the same argv we'd have gotten from the shell, it could be in a string, we must actually parse that as argv. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| asm.py | ||
| common.py | ||
| isel.py | ||