summaryrefslogtreecommitdiffhomepage
path: root/scripts/refresh-todo.sh
blob: 7931536a4519cb0e2cf828060f701ea0eda42143 (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