diff --git a/scaf b/scaf new file mode 100644 index 00000000..80aec56b --- /dev/null +++ b/scaf @@ -0,0 +1,5 @@ +#!/bin/bash + +TEMPDIR=$(mktemp -d) +echo "Temp dir is ", $TEMPDIR +docker run --user $UID:$GID -it --rm -e HOME=/tmp/ -v $TEMPDIR:/tmp/ cookiecutter:latest