cpu usage improvements and misc

This commit is contained in:
Carl Manzi 2021-01-05 22:25:25 -05:00
parent bf1ad09490
commit 3127130b19
4 changed files with 14 additions and 64 deletions

2
setup
View file

@ -1,4 +1,6 @@
#!/usr/bin/env -S python3 -B
from tqdm import tqdm
from hashlib import md5
from os import system, unlink, symlink, makedirs, geteuid, getcwd, chmod, rename
from os.path import isfile, isdir
from time import time