Files
FAT-Allocator/localpush.sh
2024-12-30 12:54:21 +00:00

7 lines
182 B
Bash

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