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

5 lines
113 B
Bash
Raw Normal View History

#!/bin/bash
cd ../src/ && python ../scripts/pythonLineCounter.py
read -p "Press [ENTER] to close terminal"
exit