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