Change table width

This commit is contained in:
Michael De Roover 2022-06-11 00:00:13 +02:00
parent 7677160c37
commit daa846f224
Signed by: vim
GPG Key ID: 075496E232CE04CB

4
cv
View File

@ -1,7 +1,7 @@
#!/bin/bash
# Variable declarations go here.
w=15
w=17
dfmt="+%Y-%m-%d"
data="$HOME/Documents/cv"
country=$1
@ -18,7 +18,7 @@ fi
# Functions go here.
title(){
local w=51
local w=57
printf "║ %-${w}s ║\n" "${*}"
}