b-ryan.powerline-shell/test.sh
2018-07-01 21:13:15 -04:00

7 lines
141 B
Bash
Executable file

#!/bin/sh
set -eu
docker build -t powerline-shell .
docker run --rm --interactive --tty \
--volume $PWD:/code \
powerline-shell "$@"