1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 23:13:55 +00:00
Files
UXP/testing/docker/desktop1604-test/taskcluster-interactive-shell
T

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;