cfg/bin/pbfold

6 lines
60 B
Plaintext
Raw Normal View History

2016-07-21 13:48:49 +00:00
#!/bin/bash
LEN=${1:-72}
pbpaste | fold -sw $LEN | pbcopy