mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9314 89ea8834-ac86-4346-8a33-228a782c2dd0
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
|