update
This commit is contained in:
committed by
Daniel Olsen
parent
8f0ab5bb2e
commit
0abe4937dd
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