mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2025-01-07 01:57: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;
|