]>
git.p6c8.net - jirafeau_mojo42.git/blob - lib/locales/remove.sh
5 echo "please pass the string id to remove as parameter"
8 locales_dir
=$
(cd "$(dirname $0)" && pwd)
9 find $locales_dir -type f
-name "*.json" -print0 |
xargs -0 sed -i "/$id/d"
patrick-canterino.de