6 lines
121 B
Bash
6 lines
121 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd $RK_PROJECT_PACKAGE_OEM_DIR/usr/lib/
|
||
|
|
mv object_detection_pfp_512x288.data object_detection_pfp.data
|
||
|
|
cd -
|