init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/csh
|
||||
if ($#argv == 2) then
|
||||
cat $1 | grep $2
|
||||
else if ($#argv == 1) then
|
||||
cat $1
|
||||
endif
|
||||
Reference in New Issue
Block a user