dinosaur_512 / gitUpdate.sh
louiscklaw
update ,
1260334
raw
history blame contribute delete
160 Bytes
#!/usr/bin/env bash
set -ex
python check_valid_image.py
python resize_ds_img.py
python delete_similiar_img.py
git add .
git commit -m"update ,"
git push