From a145ddda284570e57413e37f025c3657205e17d8 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Fri, 25 May 2018 20:01:54 +0200 Subject: Repository scheme updated to new layout NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this. --- usr/sbin/sushell | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 usr/sbin/sushell (limited to 'usr/sbin/sushell') diff --git a/usr/sbin/sushell b/usr/sbin/sushell new file mode 100755 index 00000000..7d969416 --- /dev/null +++ b/usr/sbin/sushell @@ -0,0 +1,5 @@ +#!/bin/bash + +[ -z "$SUSHELL" ] && SUSHELL=/bin/bash + +exec $SUSHELL -- cgit v1.2.1