mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-29 12:35:53 +01:00
8 lines
230 B
Bash
8 lines
230 B
Bash
|
#!/bin/sh
|
||
|
./shc -v -r -T -f ./ConfigValidator.sh
|
||
|
Sleep 1
|
||
|
rm -rf ./ConfigValidator/ConfigValidator.c
|
||
|
cp -rp ./ConfigValidator.sh.x.c ./ConfigValidator/ConfigValidator.c
|
||
|
rm -rf ./ConfigValidator.sh.x
|
||
|
rm -rf ./ConfigValidator.sh.x.c
|