4 ms·
You can define any executable in the $BROWSER environment variable which will be executed whenever antigravity is imported. You could execute a 'curl` which di
by ragerino 6y ago
You can define any executable in the $BROWSER environment variable which will be executed whenever antigravity is imported.
You could execute a 'curl` which directly pipes into 'bash -c'.
- Too 6y ago"Any executable" does not mean adding pipes and arguments. This is one important benefit of not using shell. See https://github.com/python/cpython/blob/master/Lib/webbrowser.py#L174 https://github.com/python/cpython/blob/master/Lib/webbrowser...