This commit is contained in:
Daniel Løvbrøtte Olsen
2020-05-12 08:44:02 +02:00
committed by Daniel Olsen
parent 8f0ab5bb2e
commit 0abe4937dd
4 changed files with 57 additions and 2 deletions

2
bin/prepend Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
while read line; do echo "${1}${line}"; done;