mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Updated readme, added devel folder with tests and setup/development manuals
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
hr=''
|
||||
for ((n=0; n<$(tput cols); n++)); do
|
||||
hr="$hr─"
|
||||
done
|
||||
|
||||
echo $hr
|
||||
Reference in New Issue
Block a user