7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
|
#!/usr/bin/env fish
|
||
|
|
||
|
# Silent count
|
||
|
|
||
|
count $argv > /dev/null
|
||
|
|