Files
Breachsilly/old/plainsha1
T

3 lines
68 B
Bash

#!/bin/bash
echo "$1" | sha1sum | awk '{print $1}' | tr 'a-z' 'A-Z'