mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
5 lines
113 B
Bash
5 lines
113 B
Bash
|
#!/bin/bash
|
|||
|
cd ../src/ && python ../scripts/pythonLineCounter.py
|
|||
|
read -p "Press [ENTER] to close terminal"
|
|||
|
exit
|