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

6 lines
60 B
Bash
Executable File

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