1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-05-17 21:16:37 +02:00
zplug/run.sh

8 lines
113 B
Bash
Raw Normal View History

2018-05-14 15:42:29 +02:00
#!/bin/bash
set -e
zshrc_path=${1:-${PWD}/.zshrc}
docker run --rm -v $zshrc_path:/home/zplug/.zshrc -it zplug