From f2e683f2488b72561ddcca50465dc6be5db0b84c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlin=20S=C3=B6=C3=B6se?= <30473690+msoose@users.noreply.github.com> Date: Thu, 13 Aug 2020 10:31:20 -0600 Subject: [PATCH] Update and rename e.lua to data_hex_crc.lua --- client/luascripts/{e.lua => data_hex_crc.lua} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename client/luascripts/{e.lua => data_hex_crc.lua} (94%) diff --git a/client/luascripts/e.lua b/client/luascripts/data_hex_crc.lua similarity index 94% rename from client/luascripts/e.lua rename to client/luascripts/data_hex_crc.lua index 43e0ab407..a970eaf93 100644 --- a/client/luascripts/e.lua +++ b/client/luascripts/data_hex_crc.lua @@ -9,11 +9,11 @@ desc = [[ This script calculates many checksums (CRC) over the provided hex input. ]] example = [[ - script run e -b 010203040506070809 - script run e -b 010203040506070809 -w 16 + script run data_hex_crc -b 010203040506070809 + script run data_hex_crc -b 010203040506070809 -w 16 ]] usage = [[ -script run e [-b ] +script run data_hex_crc [-b ] ]] arguments = [[ -b data in hex