diff options
Diffstat (limited to 'gamechestcli/testtools')
-rwxr-xr-x | gamechestcli/testtools/fake-rm | 2 |
1 files changed, 2 insertions, 0 deletions
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 -- |