1#!/bin/sh 2# 3# SPDX-License-Identifier: GPL-2.0-only 4# 5 6[ -z "$SUSHELL" ] && SUSHELL=/bin/sh 7 8exec $SUSHELL 9