citadel
My dotfiles, scripts and nix configs
git clone
git://jb55.com/citadel
Log
|
Files
|
Refs
|
README
|
LICENSE
lm (80B)
1
#!/usr/bin/env sh
2
find . -type f -printf '%T@ %p\n' | sort -nr | cut -f2- -d" "