mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Updated readme, added devel folder with tests and setup/development manuals
This commit is contained in:
parent
c71eabf54f
commit
0c5ab62a5c
10 changed files with 218 additions and 4 deletions
8
devel/tests/bin/hr.sh
Executable file
8
devel/tests/bin/hr.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
hr=''
|
||||
for ((n=0; n<$(tput cols); n++)); do
|
||||
hr="$hr─"
|
||||
done
|
||||
|
||||
echo $hr
|
Loading…
Add table
Add a link
Reference in a new issue