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;