aboutsummaryrefslogtreecommitdiff
path: root/marg.sh
blob: 47f1565da7ba7fa98289d95b5210a9172b28ee21 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ -z $1 ]; then
	M=80
else
	M=$1
fi

printf '%'$M's' "|"