You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
# This script only generates a list of checksums for transferred files, and assumes that AA_PBCorescript has been run to generate checksums for the original files
echo "Drag and drop the directory where you would like to save your checksum files"
read dir
echo "Type in the barcode number of the drive, in the format barcode######"
read barcode
echo "Drag and drop the directory for the drive on the LTO tape"
read folder
for d in $(find "$folder" \( ! -regex '.*/\..*' \) ! -path . -type d); do