Files
UXP-Fixed/testing/docker/desktop1604-test/taskcluster-interactive-shell
T
2018-02-02 04:16:08 -05:00

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;