1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/scripts/show_lines.sh
2013-01-21 22:38:31 +01:00

4 lines
72 B
Bash
Executable File

#!/bin/bash
cd ../src/ && python ../scripts/pythonLineCounter.py
exit 0