generic-poky/meta/recipes-core/initscripts/initscripts-1.0/sushell

6 lines
63 B
Bash

#!/bin/sh
[ -z "$SUSHELL" ] && SUSHELL=/bin/sh
exec $SUSHELL