Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 157 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 157 Bytes

Usage

./gen_tar.sh hw1 hw2 <code_dir_names> ...

Get Hash

#!/bin/bash

echo $(cat "$1" | tr -d '[:space:]' | sha512sum | cut -c-128) $1