This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if 7z a -aoa -m0=LZMA2:a=1:d=32m:mf=hc4:fb=273:mc=20000: -mx=9 -myx=10 -mf=on -mhc=on -mhe=on -mmt=4 -mmtf=on -mtm=on -mtc=on -mta=on -ms=on 18-03-2020.7z @file.lst 2>&1 > /dev/null;then | |
echo "good"; | |
else | |
echo "bad"; | |
fi; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"lang" | |
{ | |
"Language" "russian" | |
"Tokens" | |
{ | |
"Cstrike_Weapon_Special_Func" "Альтернативный вид стрельбы" | |
"[english]Cstrike_Weapon_Special_Func" "Weapon special function" | |
"Cstrike_Weapon_Alignment" "Выбор руки, в которой будет находиться оружие" | |
"[english]Cstrike_Weapon_Alignment" "Weapon alignment" | |
"Cstrike_VGUI_Menus" "Меню VGUI" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AddType application/octet-stream .ini | |
AddType application/octet-stream .vdf | |
AddType application/octet-stream .res | |
AddType application/octet-stream .dll | |
AddType application/octet-stream .cmd | |
AddType application/octet-stream .vbs | |
AddType application/octet-stream .asi | |
<filesMatch "\.(cmd|bat)$"> | |
<ifModule mod_headers.c> |