Skip to content

Commit a975d9e

Browse files
authored
Create CLI_md5_encode.sh
1 parent c078cde commit a975d9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CLI_md5_encode.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
echo -n $1 | md5sum | awk '{print $1}'

0 commit comments

Comments
 (0)