huh, formatter wasn't kicking in

This commit is contained in:
ed
2019-06-26 19:02:15 +00:00
parent d7bd75911d
commit 17359972f3
5 changed files with 43 additions and 43 deletions

View File

@@ -3,18 +3,6 @@ echo not a script
exit 1
##
## prep debug env (vscode embedded terminal)
renice 20 -p $$
##
## cleanup after a busted shutdown
ps ax | awk '/python[23]?[ ]-m copyparty/ {print $1}' | tee /dev/stderr | xargs kill
##
## create a test payload
@@ -54,3 +42,12 @@ wget -S --header='Accept-Encoding: gzip' -U 'MSIE 6.0; SV1' http://127.0.0.1:123
# replace variable name
# (^|[^\w])oldname([^\w]|$) => $1newname$2
# monitor linter progress
htop -d 2 -p $(ps ax | awk '/electron[ ]/ {printf "%s%s", v, $1;v=","}')
# prep debug env (vscode embedded terminal)
renice 20 -p $$
# cleanup after a busted shutdown
ps ax | awk '/python[23]? -m copyparty/ {print $1}' | tee /dev/stderr | xargs kill