debugging contig malloc
This commit is contained in:
6
localpush.sh
Normal file
6
localpush.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
files=`find . -newermt "-3600 secs" | sed 's|^./||'`
|
||||
|
||||
for file in $files
|
||||
do
|
||||
sshpass -p "" scp "$file" "akilan@192.0.0.3:/home/akilan/Alloc-Test/CHERI-Allocator/$file"
|
||||
done
|
||||
Reference in New Issue
Block a user