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