6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/zsh
|
|
|
|
for i ( fd fdfind hyperfine ) ; do
|
|
__z_comp_system $i
|
|
done
|