Skip to content

Instantly share code, notes, and snippets.

View bergginu's full-sized avatar
🏠
Working from home

Waldemberg D. Ginú bergginu

🏠
Working from home
View GitHub Profile
@bergginu
bergginu / md5
Last active January 12, 2022 01:14
#!/bin/bash
Help()
{
echo 'Computes the md5 hash of a string.'
echo
echo 'Usage:'
echo ' md5 -h'
echo ' md5 string'