mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
6 lines
75 B
Text
6 lines
75 B
Text
|
#!/bin/sh -e
|
||
|
|
||
|
/opt/chromium.org/chromium-unstable/content_shell $@
|
||
|
|
||
|
exit 0
|