diff --git a/homepage/blog b/homepage/blog index 4fdf7ed..e0c0e00 100755 --- a/homepage/blog +++ b/homepage/blog @@ -37,6 +37,150 @@ __NAVIGATION__ +2022-02-08 + + If you had ghosts in your blood cocaine would totally work on getting +rid of the ghosts. + + +2022-02-07 + +#!/bin/sh +set -ex;mkdir -p blah;python -c "import os;os.chdir('blah') +with open('../$0', 'r') as f: + for day in f.read().split('\n\n\n'): + if day.split('\n')[0] == '#!/bin/sh': + prefix='\n'.join(day.split('\n')[day.split('\n').index( + 'exit 0')+1:])+'\n';continue + elif day.split('\n')[0][:4] == '