mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 18:48:31 +00:00
11 lines
136 B
Bash
11 lines
136 B
Bash
#!/usr/bin/env bash
|
|
/home/worker/bin/run-wizard;
|
|
|
|
SPAWN="$SHELL";
|
|
|
|
if [ "$SHELL" = "bash" ]; then
|
|
SPAWN="bash -li";
|
|
fi;
|
|
|
|
exec $SPAWN;
|