This repository has been archived on 2026-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-08-20 00:45:43 +02:00

5 lines
275 B
Bash

#!/bin/bash
grep -r "webui" /home/fabian/sd-restapi/src/ --include="*.cpp" --include="*.h" 2>/dev/null | grep -iE "dir|path|register|WEBUI" | head -30
echo "---"
grep -r "SDCPP_WEBUI" /home/fabian/sd-restapi/CMakeLists.txt /home/fabian/sd-restapi/src/ 2>/dev/null | head -10