Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101847668
check_reference.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Feb 14, 08:25
Size
152 B
Mime Type
text/x-shellscript
Expires
Sun, Feb 16, 08:25 (2 d)
Engine
blob
Format
Raw Data
Handle
24241588
Attached To
rLIBMULTISCALE LibMultiScale
check_reference.sh
View Options
#!/bin/bash
set -x
if [ $# -ne 2 ]
then
echo "wrong usage $#"
exit -1
fi
job_dir=$1
reference_job_dir=$2
diff -r $job_dir $reference_job_dir
Event Timeline
Log In to Comment