summaryrefslogtreecommitdiffstats
path: root/testing/docker/desktop1604-test/taskcluster-interactive-shell
blob: e569b40d3aa59c905ff771182632d154b13cbc6f (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
/home/worker/bin/run-wizard;

SPAWN="$SHELL";

if [ "$SHELL" = "bash" ]; then
  SPAWN="bash -li";
fi;

exec $SPAWN;