summaryrefslogtreecommitdiffhomepage
path: root/scripts/refresh-todo.sh
blob: a5f0bb2e1b8e3b886d7942f5b89bfd01920a872f (plain)
1
2
3
4
5
#!/bin/bash

# $1 as file, $2 as topic (Daily, Weekly, Monthly)
# change markdown check-list to empty
sed -i "/## $2/,/^$/ s/\[.\]/\[ \]/" $1