This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
magic
mirror of
https://github.com/RTimothyEdwards/magic.git
Watch
1
Star
0
Fork
You've already forked magic
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
testing
magic
/
scripts
/
printmans
10 lines
104 B
Tcsh
Executable File
Raw
Permalink
Blame
History
#!/bin/csh -f
set
cmd
=
(
$1
)
shift
argv
foreach
i
(
$argv
)
echo
cat
$i
\|
$cmd
cat
$i
|
$cmd
end
Reference in New Issue
View Git Blame
Copy Permalink