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