diff options
Diffstat (limited to 'catall')
-rwxr-xr-x | catall | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/bin/bash + +pattern=$1 + +for i in *$pattern* ; do + echo + echo "==> $i <==" + sed 's/^/ /' $i +done |
index : bin.git | ||
Bits from .local/bin that other people might find useful |
summaryrefslogtreecommitdiff |