diff options
author | vg <vgm+dev@devys.org> | 2022-08-30 09:57:12 +0200 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2022-08-30 09:57:12 +0200 |
commit | 77c76b4e0407250fc0ba8ee0309a528a4a8f1f09 (patch) | |
tree | e07eced6c7a6fadbc5c12fb53ccd369c11674285 /gamechestcli/testtools/fake-rm | |
parent | 7fe1ae0d26c3790ac81a0ee7b1bf01a383388575 (diff) | |
download | gamechest-77c76b4e0407250fc0ba8ee0309a528a4a8f1f09.tar.gz gamechest-77c76b4e0407250fc0ba8ee0309a528a4a8f1f09.tar.bz2 gamechest-77c76b4e0407250fc0ba8ee0309a528a4a8f1f09.zip |
git-sync on boo
Diffstat (limited to 'gamechestcli/testtools/fake-rm')
-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 -- |