dotfiles/vscode/.vscode/extensions/ms-python.python-2024.10.0-darwin-arm64/python_files/printEnvVariables.py
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

8 lines
154 B
Python

# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
import json
print(json.dumps(dict(os.environ)))