1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-05-03 22:26:45 +02:00
zplug/run.sh
2018-05-14 23:40:00 +09:00

8 lines
113 B
Bash
Executable File

#!/bin/bash
set -e
zshrc_path=${1:-${PWD}/.zshrc}
docker run --rm -v $zshrc_path:/home/zplug/.zshrc -it zplug