Files
FAT-Allocator/localpush.sh
2025-05-28 15:51:01 +01:00

7 lines
178 B
Bash

files=`find . -newermt "-3600 secs" | sed 's|^./||'`
for file in $files
do
scp -P 37327 "$file" "akilan@217.76.63.222:/home/akilan/Alloc-Test/CHERI-Allocator/$file"
done