dish_512 / gitUpdate.sh
louiscklaw
update beach_512,
98faac3
raw
history blame contribute delete
169 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 beach_512,"
git push