1
0
Fork 0
cfg/bin/pbfold

6 lines
60 B
Text
Raw Normal View History

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