1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-01 10:46:49 +02:00
muflax65ngodyewp.onion/maintenance/lib/prelude.sh

10 lines
129 B
Bash

#! /usr/bin/env bash
Map() {
while read Line; do $* $Line; done
};
Filter() {
X() { $* && (shift; echo $*;) }; Map X $*
};