mirror of
https://github.com/notwa/rc
synced 2025-03-18 07:42:51 -07: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:,:):-\$${^@}} }"
|