You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ls -1 articles/*.md | while read LINE; touch -d (git log -1 --format=%aI $LINE) $LINE; end
ls -1tr articles/*.md | while read LINE; chmod -x $LINE; sleep 0.1; end