Rename rtv to tuir
This commit is contained in:
@@ -8,8 +8,8 @@ echo "$(wc -l tests/*.py)"
|
||||
echo -e "\nScripts: "
|
||||
echo "$(wc -l scripts/*)"
|
||||
echo -e "\nTemplates: "
|
||||
echo "$(wc -l rtv/templates/*)"
|
||||
echo "$(wc -l tuir/templates/*)"
|
||||
echo -e "\nCode: "
|
||||
echo "$(wc -l rtv/*.py)"
|
||||
echo "$(wc -l tuir/*.py)"
|
||||
echo -e "\nCombined: "
|
||||
echo "$(cat tests/*.py scripts/* rtv/templates/* rtv/*.py | wc -l) total lines"
|
||||
echo "$(cat tests/*.py scripts/* tuir/templates/* tuir/*.py | wc -l) total lines"
|
||||
|
||||
Reference in New Issue
Block a user