#!/bin/sh
exec python -c 'import re, sys; print "\n".join(re.findall(re.compile("\[CFJ[^\]]*\]", re.S), open(sys.argv[1]).read()))' current_flr.txt


