Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
||||
[ -z "$SUSHELL" ] && SUSHELL=/bin/sh
|
||||
|
||||
exec $SUSHELL
|
||||
Reference in New Issue
Block a user