stx-docker.sh
author convert-repo
Mon, 18 Jan 2016 04:54:22 +0000
changeset 1405 4e58e6ca74cb
parent 1385 d61b4842760c
permissions -rwxr-xr-x
update tags

#!/bin/bash
set -e

test -f .Xauthority.org && xauth -f .Xauthority.org list | sed -e '/unix/!d' -e "s+.*/unix:+add $(hostname)/unix:+" | xauth 2>/dev/null -
test -z "$1" && exec stx/projects/smalltalk/stx
exec "$@"