6 lines
65 B
Bash
6 lines
65 B
Bash
pb() {
|
|
echo "$1" | nc pb.24unix.net 9999
|
|
}
|
|
|
|
export EDITOR='vim'
|