Skip to content
Snippets Groups Projects
Commit 1175cb96 authored by Sam Gleske's avatar Sam Gleske
Browse files

adding checksum script

parent a020610f
No related branches found
Tags v0.1
No related merge requests found
#!/bin/bash
cd ..
find . -type f -a \( -name "VERSION" -o -name "*.py" -o -name "*.sh" \) -exec md5sum {} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment