1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-17 05:33:06 -07:00
rc/sh/slit

10 lines
169 B
Plaintext
Raw Normal View History

#!/usr/bin/env zsh
2013-06-28 05:22:14 -07:00
# from https://github.com/sorin-ionescu/prezto/
2021-07-29 00:37:35 -07:00
# YES_ZSH
slit() {
awk "{ print ${(j:,:):-\$${^@}} }"
}
[ "${SOURCING:-0}" -gt 0 ] || slit "$@"