diff options
-rw-r--r-- | runchrome.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runchrome.sh b/runchrome.sh index 5e6d3c5..3aa24d1 100644 --- a/runchrome.sh +++ b/runchrome.sh @@ -1,3 +1,4 @@ +#!/bin/sh # Copyright 2021 Igalia, S.L. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/bin/sh - PORT=$1 exec /opt/chromium84/chrome \ |