update
This commit is contained in:
2
bin/prepend
Executable file
2
bin/prepend
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
while read line; do echo "${1}${line}"; done;
|
||||
Reference in New Issue
Block a user