File size: 169 Bytes
98faac3
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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