diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 20:52:28 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-03 20:53:04 +0200 |
commit | 87f57f8fd676d37b6aa5d1b3a85197ac59cb1eb4 (patch) | |
tree | 816c7ef5fdcf46f9d809a53203c5d0a7536858c7 /templates/latex/letter/update.sh | |
parent | fix(common/init): Actually ask the user for the license ident (diff) | |
download | flake-templates-87f57f8fd676d37b6aa5d1b3a85197ac59cb1eb4.tar.gz flake-templates-87f57f8fd676d37b6aa5d1b3a85197ac59cb1eb4.zip |
feat(templates/latex/letter): Init
Diffstat (limited to 'templates/latex/letter/update.sh')
-rwxr-xr-x | templates/latex/letter/update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/latex/letter/update.sh b/templates/latex/letter/update.sh new file mode 100755 index 0000000..49216b8 --- /dev/null +++ b/templates/latex/letter/update.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +nix flake update |