mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2024-12-22 15:17:28 +01:00
3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
while read line; do echo "${1}${line}"; done;
|