renamed devel dir

This commit is contained in:
mrfry 2023-03-28 19:53:14 +02:00
parent 9320f49151
commit ba89f4a342
30 changed files with 0 additions and 0 deletions

8
testingTools/tests/bin/hr.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
hr=''
for ((n=0; n<$(tput cols); n++)); do
hr="$hr"
done
echo $hr