-
Notifications
You must be signed in to change notification settings - Fork 2
poweradmin/poweradmin-scripts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
#!/bin/bash set -euo pipefail LIB_DIR="../lib" IMPORTANT_STRING="Poweradmin, a friendly web-based admin tool for PowerDNS." find "$LIB_DIR" -type f -name "*.php" | while read -r file; do # Check if the file contains the important string if ! grep -qF "$IMPORTANT_STRING" "$file"; then echo "File without important string: $file" fi done
About
Various scripts (mostly for administrative tasks and etc.)
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published