log
graph
tags
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
index.fcgi
>
www
>
www-1
view myrss2/tarball.sh @ 108:cffd95813b82
find changesets by author, revision, files, or words in the commit message
add myrss2
author
paulo
date
Sun, 24 May 2020 00:22:05 -0700
parents
children
line source
1
#!/bin/sh
2
3
FILES="
4
myrss/Dockerfile
5
myrss/.dockerignore
6
myrss/FEEDS
7
myrss/myrss_app.py
8
myrss/myrss_flask.py
9
myrss/requirements.pip
10
myrss/static/index.css
11
"
12
tar -czvf myrss.tar.gz ${FILES}