Skip to content

Instantly share code, notes, and snippets.

@sdvstark
sdvstark / gist:51ecdf081b80a1fca98f9ec78c4d4ea9
Last active May 9, 2026 15:43
Install wb calls workaround
#!/bin/bash
set -e
# ─── Цвета ────────────────────────────────────────────────────────────────────
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
CYAN='\033[0;36m'
NC='\033[0m'