3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
head ~/.wnpClient/wnpClient.txt -n 2 | sed ':a;N;$!ba;s/\n/ by /g'
|