This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#!/bin/bash |
| 2 |
|
| 3 |
version=$(cat script.spec | grep Version | sed s/X-KDE-PluginInfo-Version=//) |
| 4 |
echo $version |