File: export.sh

package info (click to toggle)
python-argon2 18.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,468 kB
  • sloc: ansic: 3,715; python: 1,328; makefile: 307; sh: 55
file content (7 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/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