mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-19 07:53:14 +00:00
4 lines
139 B
Bash
4 lines
139 B
Bash
#!/bin/sh
|
|
cd grammar
|
|
node jison/ports/php/php.js query.jison
|
|
mv QueryParser.php ../lib/Alchemy/Phrasea/SearchEngine/Elastic/QueryParser.php |