thorium/content_shell/thorium-shell
Alexander David Frick f53784e6da
Add files via upload
2021-10-29 05:01:06 -05:00

7 lines
88 B
Bash

#!/bin/bash
#!/bin/sh -e
/opt/chromium.org/chromium-unstable/content_shell $@
exit 0