log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
index.fcgi
>
www
>
www-1
comparison myrss2/tarball.sh @ 112:17454b47b15f
find changesets by author, revision, files, or words in the commit message
add myw2
author
paulo
date
Sun, 28 Jun 2020 20:53:33 -0700
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:ebe158a26129
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}