This website requires JavaScript.
Explore
Help
Sign In
kolan
/
dev
Watch
1
Star
0
Fork
You've already forked dev
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
accb7dcc8f
dev
/
bash
/
stdredirect
/
redirect.sh
5 lines
71 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
exec
3>
&
1
./print.sh 2>
&
1
1>
&
3
|
sed
's~std~std_changed~'
Reference in New Issue
View Git Blame
Copy Permalink