2022-12-15 20:58:09 +03:00

6 lines
133 B
Bash

#!/bin/bash
ICON_INFO=$(echo -e "\U2139")
ICON_WARNING=$(echo -e "\U26A0")
ICON_OK=$(echo -e "\U2705")
ICON_FAIL=$(echo -e "\U274C")