X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=lib%2Frule.sh;fp=lib%2Frule.sh;h=0000000000000000000000000000000000000000;hp=9990962a92cba876e2d51c5f4a2c4715f02c82ea;hb=3ad6118386977e346d81042e924e5db9c5f15b7d;hpb=22f04b9fac14adc3d3fc98273ba126c3a51792c3 diff --git a/lib/rule.sh b/lib/rule.sh deleted file mode 100644 index 9990962..0000000 --- a/lib/rule.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -. "$tool"/lib/log.sh - -rule () { - local - - local rule="$1"; shift - info "$*" rule - ${TRACE:+set -x} - rule_$rule "$@" - }