1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00
falkonOfficial/scripts/plugin_translations.sh

7 lines
124 B
Bash
Raw Normal View History

#!/bin/bash
lupdate ../src/plugins/TestPlugin/TestPlugin.pro -no-obsolete
read -p "Press [ENTER] to close terminal"
exit