Skip to content

Instantly share code, notes, and snippets.

View evilkost's full-sized avatar

Valentin Gologuzov evilkost

  • Czech Republic, Prague
View GitHub Profile
tc qdisc list
tc qdisc add dev lo root netem delay 0.1ms
tc qdisc change dev lo root netem delay 0.3ms
tc qdisc change dev lo root netem delay 0.1ms
isort_run:
deps: [ ensure_venv ]
dotenv:
- .env
shell: bash
vars:
CHECK_FLAG:
sh: check_flag="--check"; if [ '{{.APPLY_FIX}}' == 'true' ]; then check_flag=""; fi; echo $check_flag
cmds:
- for: { var: TARGET, as: FILE }