thetonk / os-GitHashExercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating Systems - Git Hashing Exercise

This repo contains my very simple bash script for obtaining the SHA-256 checksum of a 4 digit number. In order to test it, you must provide first with execution permission like so:

$ chmod +x hash_script.sh

Example usage

$ ./hash_output.sh <your 4 digit number here>

About


Languages

Language:Shell 100.0%