citadel
My dotfiles, scripts and nix configs
git clone
git://jb55.com/citadel
Log
|
Files
|
Refs
|
README
|
LICENSE
gaps (53B)
1
#!/bin/sh
2
awk '$1!=p+1{print p+1"-"$1-1}{p=$1}' "$@"