aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-18 22:38:50 -0300
committerEuAndreh <eu@euandre.org>2021-01-18 22:38:50 -0300
commit7b4d36468560301a0534a2b151a1abde1300c9cd (patch)
tree3894f7ee293ff8311a388f875edf0357482b71a8
parentbuild-aux/assert-shellcheck.sh: Make match more strict (diff)
downloaddotfiles-7b4d36468560301a0534a2b151a1abde1300c9cd.tar.gz
dotfiles-7b4d36468560301a0534a2b151a1abde1300c9cd.tar.xz
Remove FIXME markers
-rwxr-xr-xcron/archive-box.sh2
-rwxr-xr-xcron/mbox-archive.sh2
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'