This commit is contained in:
Daniel Løvbrøtte Olsen
2022-04-04 22:49:54 +02:00
committed by Daniel Olsen
parent 8f0ab5bb2e
commit 0abe4937dd
4 changed files with 57 additions and 2 deletions
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
while read line; do echo "${1}${line}"; done;