mirror of
https://git.sr.ht/~sircmpwn/mkproof
synced 2024-12-03 23:18:13 +01:00
87d922c6c6
git-subtree-dir: argon2i git-subtree-mainline: 3e7a084af1a451c4d92dc09d3dfccec3b8c2fb4e git-subtree-split: 440ceb9612d5a20997e3e12728542df2de713ca4
8 lines
158 B
Bash
Executable File
8 lines
158 B
Bash
Executable File
#!/bin/sh
|
|
|
|
FILE=`date "+%Y%m%d"`
|
|
BRANCH=master
|
|
|
|
git archive --format zip --output $FILE.zip $BRANCH
|
|
git archive --format tar.gz --output $FILE.tar.gz $BRANCH
|