4 lines
100 B
Text
4 lines
100 B
Text
|
#!/bin/bash
|
||
|
|
||
|
docker run -v `pwd`:/root/temp/dotfiles/ debian:jessie /root/temp/dotfiles/bunsen/test
|