mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-03 12:06:05 +00:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
|
#!/BIN/SHELL
|
||
|
ECHO \n\nMD5 Test
|
||
|
ECHO Hash should be:
|
||
|
ECHO B10A8DB164E0754105B7A99BE72E3FE5
|
||
|
MD5 -D "Hello World"
|
||
|
echo \n\n
|