aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initscripts/initscripts-1.0/sushell
blob: 7d96941687f21ef13d64fe219824ae0b6698ecd3 (plain)
1
2
3
4
5
#!/bin/bash

[ -z "$SUSHELL" ] && SUSHELL=/bin/bash

exec $SUSHELL