mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
Merge branch 'main' into mainRM
This commit is contained in:
commit
94347f3564
23
Clean_up_files.bat
Normal file
23
Clean_up_files.bat
Normal file
@ -0,0 +1,23 @@
|
||||
echo off
|
||||
@title Flipper SD Cleaner
|
||||
cls
|
||||
cd /D "%~dp0"
|
||||
echo.
|
||||
echo Continuing will DELETE FILES from %~dp0 and all subdirectories.
|
||||
echo All .git, .mp4, .jp*, .png, .md, and README files will be removed!
|
||||
echo.
|
||||
echo If you're good with that, press any key to continue. Otherwise, close out.
|
||||
pause > NUL
|
||||
echo.
|
||||
echo Deleting files, please wait...
|
||||
attrib *.* -h -s -r /s
|
||||
del *.git /s /q
|
||||
del *.mp4 /s /q
|
||||
del *.jp* /s /q
|
||||
del *.png /s /q
|
||||
del *.md /s /q
|
||||
del README /s /q
|
||||
echo.
|
||||
echo Done! Press any key to exit. (Scroll up for errors if desired.)
|
||||
pause > NUL
|
||||
exit
|
@ -3,7 +3,7 @@
|
||||
|
||||
## If you're new to github in general, check out [this great guide](https://github.com/wrenchathome/flipperfiles/blob/main/_Guides/How2Flipper.pdf) from Wr3nch!
|
||||
|
||||
Just want the files easily? Talking Sasquach has you covered. [Check out the video](https://www.youtube.com/watch?v=12M_oHmxcCQ) or [just head to the repo](https://squach.zip/flipper).
|
||||
Just want the files easily? Talking Sasquach has you covered. [Check out the video](https://www.youtube.com/watch?v=12M_oHmxcCQ) or [just head to the repo](https://squach.zip/flipper) (might be out of date).
|
||||
|
||||
-----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user