5 lines
75 B
Bash
5 lines
75 B
Bash
#!/bin/sh -e
|
|
|
|
/opt/chromium.org/chromium-unstable/content_shell $@
|
|
|
|
exit 0
|