aboutsummaryrefslogtreecommitdiff
path: root/marg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'marg.sh')
-rwxr-xr-xmarg.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/marg.sh b/marg.sh
new file mode 100755
index 0000000..47f1565
--- /dev/null
+++ b/marg.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ -z $1 ]; then
+ M=80
+else
+ M=$1
+fi
+
+printf '%'$M's' "|"