From 77c76b4e0407250fc0ba8ee0309a528a4a8f1f09 Mon Sep 17 00:00:00 2001 From: vg Date: Tue, 30 Aug 2022 09:57:12 +0200 Subject: git-sync on boo --- gamechestcli/testtools/fake-rm | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 gamechestcli/testtools/fake-rm (limited to 'gamechestcli/testtools/fake-rm') diff --git a/gamechestcli/testtools/fake-rm b/gamechestcli/testtools/fake-rm new file mode 100755 index 0000000..722b939 --- /dev/null +++ b/gamechestcli/testtools/fake-rm @@ -0,0 +1,2 @@ +#!/bin/bash +find "$1" -print0 | pv -0 --rate-limit 10 -l -q | xargs -0 -n1 echo rm -v -- -- cgit v1.2.3