5 lines
60 B
Bash
Executable file
5 lines
60 B
Bash
Executable file
#!/bin/bash
|
|
|
|
LEN=${1:-72}
|
|
|
|
pbpaste | fold -sw $LEN | pbcopy
|