cfg/bin/pbfold
2016-07-21 16:29:54 +02:00

5 lines
60 B
Bash
Executable file

#!/bin/bash
LEN=${1:-72}
pbpaste | fold -sw $LEN | pbcopy