shell dot on steroids https://pagure.io/shellfu

fun.sh 123B

12345678910
  1. #!/bin/bash
  2. ffoo import core
  3. filter() {
  4. debug "\$*=$*"
  5. while read item;
  6. do $* $item && echo "$item"; done
  7. }