commit 9d6a117e4d3fd79c7a9aeffcc6bd1514afffbf47 parent 08f97e5200d6201f319aa374a9f1707fcb6e2a2a Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sat, 10 Oct 2015 11:12:43 +0200 update-man Diffstat:
update-man | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/update-man b/update-man @@ -0,0 +1,4 @@ +#!/bin/bash + +sudo time find / | pv | sudo tee /home/files > /dev/null && sudo time split /home/files /home/files. -nr/8 && sudo chmod og+r /home/files* +