8 lines
181 B
Bash
8 lines
181 B
Bash
#!/bin/bash
|
|
|
|
ConvertTool="./impl_icons.py"
|
|
|
|
echo "===========convert Icons==========="
|
|
$PYTHON3_HOME/bin/python $ConvertTool
|
|
echo -n "=====convert Icons success!!!====="
|
|
read unUsed |