Files
FAT-Allocator/localpush.sh
2024-10-21 17:04:01 +01:00

7 lines
179 B
Bash

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