mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
3 lines
113 B
Bash
Executable file
3 lines
113 B
Bash
Executable file
#!/bin/sh
|
|
DIR=$(dirname "$0")/../cache;
|
|
cat "$DIR/sql_*.php" | grep '/* SELECT' | sed 's,/\* ,,;s, \*/,,' | sort
|