thorium/content_shell/thorium-shell
Alexander David Frick 0fedb3d03f
Remove bash typo
2021-11-01 13:44:09 -05:00

5 lines
75 B
Bash

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