fixed typo in file name

fixed typo in file name
This commit is contained in:
2022-12-15 20:58:09 +03:00
parent 82f1c744dc
commit a99c60d529

View File

@@ -0,0 +1,5 @@
#!/bin/bash
ICON_INFO=$(echo -e "\U2139")
ICON_WARNING=$(echo -e "\U26A0")
ICON_OK=$(echo -e "\U2705")
ICON_FAIL=$(echo -e "\U274C")