diff options
author | mia <mia@mia.jetzt> | 2024-09-04 04:47:13 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-09-04 04:47:13 -0700 |
commit | bb8a48fd4d85ba4f8224c68aaaf9069d5d79dae2 (patch) | |
tree | bdb0654c667f37c69addc9efd1e29b9cfe710c51 /go.sh | |
parent | 81071e8feefdf815e29318226c668664e1706da2 (diff) | |
download | scrubber-bb8a48fd4d85ba4f8224c68aaaf9069d5d79dae2.tar.gz scrubber-bb8a48fd4d85ba4f8224c68aaaf9069d5d79dae2.zip |
desktop changes
Diffstat (limited to 'go.sh')
-rwxr-xr-x | go.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/go.sh b/go.sh new file mode 100755 index 0000000..39f3779 --- /dev/null +++ b/go.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +set -ex + +test -f graph.db && rm graph.db +test -f filtered.list && rm filtered.list +test -d out && rm -r out +python3 1_graph.py conf_$1.py +python3 2_filter.py conf_$1.py +# python3 3_archive.py conf_$1.py +# echo uploading to memorial +# rsync -r -e 'ssh -p23' --progress out/ memorial:fediverse/$1/ +# python3 4_delete.py conf_$1.py |