citadel
My dotfiles, scripts and nix configs
git clone
git://jb55.com/citadel
Log
|
Files
|
Refs
|
README
|
LICENSE
awkp (56B)
1
#!/usr/bin/env bash
2
3
n=${1:-1}
4
5
exec awk "{print \$$n}"