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