[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
I wish you could comment bash like this:
find . -type f -print0 \ # list all files | xargs -0 -n1 ffprobe 2>&1 \ # extract media information | awk '...' \ # do something with it | less
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode