diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-18 22:38:50 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-18 22:38:50 -0300 |
| commit | 7b4d36468560301a0534a2b151a1abde1300c9cd (patch) | |
| tree | 3894f7ee293ff8311a388f875edf0357482b71a8 | |
| parent | build-aux/assert-shellcheck.sh: Make match more strict (diff) | |
| download | dotfiles-7b4d36468560301a0534a2b151a1abde1300c9cd.tar.gz dotfiles-7b4d36468560301a0534a2b151a1abde1300c9cd.tar.xz | |
Remove FIXME markers
| -rwxr-xr-x | cron/archive-box.sh | 2 | ||||
| -rwxr-xr-x | cron/mbox-archive.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/cron/archive-box.sh b/cron/archive-box.sh index 6e66939e..a4e2b410 100755 --- a/cron/archive-box.sh +++ b/cron/archive-box.sh @@ -1,8 +1,6 @@ #!/bin/sh set -eux -# FIXME - # Derived from ArchiveBox: # https://github.com/pirate/ArchiveBox/blob/db1f6efc934bbcdf53377bf51a064c6fd0fc5b1d/bin/archivebox-export-browser-history#L23-L37 QUERY=$(cat <<EOF diff --git a/cron/mbox-archive.sh b/cron/mbox-archive.sh index 37dcccc0..337cbd26 100755 --- a/cron/mbox-archive.sh +++ b/cron/mbox-archive.sh @@ -1,7 +1,5 @@ #!/bin/sh set -eux -# FIXME - echo 'TODO: Download MBOX archive of mailing lists, see:' echo 'https://todo.sr.ht/~sircmpwn/lists.sr.ht/162' |
