Skip to content

Commit

Permalink
feat: scaf script. WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rochecompaan committed Dec 24, 2023
1 parent c6389e7 commit fdb17a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scaf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fdb17a0

Please # to comment.