mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:19:03 -08:00
4 lines
94 B
Text
4 lines
94 B
Text
|
#!/bin/zsh
|
||
|
# from https://github.com/sorin-ionescu/prezto/
|
||
|
awk "{ print ${(j:,:):-\$${^@}} }"
|