This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
danio
/
dotfiles
mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
Watch
2
Star
2
Fork
You've already forked dotfiles
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3747b2c826
dotfiles
/
bin
/
prepend
3 lines
66 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
while
read
line
;
do
echo
"
${
1
}
${
line
}
"
;
done
;
Reference in New Issue
View Git Blame
Copy Permalink