mrfrys-node-server/testingTools/tests/bin/hr.sh
2023-03-28 19:53:14 +02:00

8 lines
85 B
Bash
Executable file

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