mirror of
https://github.com/b-ryan/powerline-shell.git
synced 2026-09-10 07:26:28 -04:00
5 lines
94 B
Bash
Executable file
5 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
|
|
docker build -t powerline-shell .
|
|
docker run --rm -it powerline-shell -c nosetests
|