add script to count chars on clipboard
This commit is contained in:
parent
58eb4b7338
commit
c39fd43096
1 changed files with 3 additions and 0 deletions
3
count-chars
Executable file
3
count-chars
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
pbpaste | ruby -e 'puts ARGF.read.length'
|
||||||
Loading…
Reference in a new issue