From f53784e6da15bc2062676f3c77077a4359d9cd05 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Fri, 29 Oct 2021 05:01:06 -0500 Subject: [PATCH] Add files via upload --- content_shell/thorium-shell | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content_shell/thorium-shell diff --git a/content_shell/thorium-shell b/content_shell/thorium-shell new file mode 100644 index 00000000..358c5df0 --- /dev/null +++ b/content_shell/thorium-shell @@ -0,0 +1,7 @@ +#!/bin/bash + +#!/bin/sh -e + +/opt/chromium.org/chromium-unstable/content_shell $@ + +exit 0