Add missing src option to project-init script
This commit is contained in:
parent
2074e1d657
commit
43cad053a6
|
@ -36,6 +36,11 @@ elif [ "$type" = "remote-git" ]; then
|
|||
elif [ "$type" = "doc" ]; then
|
||||
mkdir docs docs/assets
|
||||
touch docs/Summary.org
|
||||
elif [ "$type" = "src" ]; then
|
||||
cp ~/Documents/IT/shell.nix .
|
||||
mkdir src data
|
||||
lorri init
|
||||
direnv allow
|
||||
else
|
||||
usage
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue