mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-29 05:59:02 +00:00
Add subshell message
This commit is contained in:
parent
4896db1e5d
commit
e7ba317557
@ -55,7 +55,7 @@ export wine_path="$(command -v wine | xargs dirname)"
|
|||||||
# Usage: ./sc-launch.sh shell
|
# Usage: ./sc-launch.sh shell
|
||||||
if [ "$1" = "shell" ]; then
|
if [ "$1" = "shell" ]; then
|
||||||
export PATH="$wine_path:$PATH"
|
export PATH="$wine_path:$PATH"
|
||||||
/usr/bin/env bash
|
echo "Entering Wine prefix maintenance shell. Type 'exit' when done."; cd "$WINEPREFIX"; /usr/bin/env bash --norc
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user