index
:
acme-scripts.git
master
Scripts to use with acme editor
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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'
"|"