Skip to content

Commit 4196924

Browse files
authored
Update .banner.sh
1 parent 6be61ee commit 4196924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.banner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/bash
2-
var=$(echo $(( ${1} - 2)))
2+
var=$(echo $(( ${1} - 1)))
33
var2=$(seq -s─ ${var}|tr -d '[:digit:]')
44
var3=$(seq -s\ ${var}|tr -d '[:digit:]')
55
var4=$(echo $(( ${1} - 20)))

0 commit comments

Comments
 (0)