small pixel drawing of a pufferfish dotfiles

bin/MACC02VK5ECHTD7/jws-grep

1 2 3 4 5 6 7 8 9
#!/bin/sh

stuff=$(cat ~/.jws/*/*/*/current)

for i in $@; do
	stuff=$(echo "$stuff" | grep -i $i)
done

echo "$stuff"