mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
4 lines
113 B
Bash
4 lines
113 B
Bash
|
#!/bin/sh
|
||
|
DIR=$(dirname "$0")/../cache;
|
||
|
cat "$DIR/sql_*.php" | grep '/* SELECT' | sed 's,/\* ,,;s, \*/,,' | sort
|