Generated from List of CS:GO Cvars on 2020-12-07.
Protocol version 13752 [1105/1105]
Exe version 1.37.5.2 (csgo)
Exe build: 16:34:06 May 7 2020 (7852) (730)
1941 convars total.
| #!/usr/bin/env python | |
| # Clean up tagged/untagged ECR images by age | |
| # You need to set AWS_DEFAULT_REGION environment variable if you're deleting from an ECR | |
| # repository outside your configured default region | |
| # | |
| # python cleanup_ecr.py --registry-id 123456789000 --repository-name ecr-foobar \ | |
| # --untagged-age 1 --tagged-age 30 --dry-run | |
| import argparse |
| import importlib | |
| m = importlib.import_module('mypackage.mymodule') | |
| def foo(): | |
| return 42 | |
| m.foo = foo |
| function k-enabled() { | |
| if [ ! -z "$PS1_LAST" ]; then | |
| return 0 | |
| fi | |
| return 1 | |
| } | |
| # show current context | |
| function k-on() { | |
| if k-enabled; then |
Generated from List of CS:GO Cvars on 2020-12-07.
Protocol version 13752 [1105/1105]
Exe version 1.37.5.2 (csgo)
Exe build: 16:34:06 May 7 2020 (7852) (730)
1941 convars total.