Copy the *.jpg files to an empty directory, then push that directory
adb push /myimages /sdcard/images
adb will push all files in that directory to the designated location.
Copy the *.jpg files to an empty directory, then push that directory
adb push /myimages /sdcard/images
adb will push all files in that directory to the designated location.