repo: todo
action: blob
revision: 
path_from: todo
revision_from: refs/heads/master:
path_to: 
revision_to: 
git.thebackupbox.net
todo
git clone git://git.thebackupbox.net/todo

blob of:

todo

/ todo

blob_plain of this file

refs/heads/master:/todo

 #!/usr/bin/env bash
 cat -n "/var/todo/${USER}.txt" | grep -F -- "$*" | shuf 2>/dev/null | head -n1 | tee "/var/todo/${USER}.current"