summaryrefslogtreecommitdiff
path: root/vsvs-name
blob: 709035cba421f3cec9ffdc1447be90f9e76bbfc4 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# Produce VSVS key-value pair in output,
# key is passed as $1, value is read from input.
echo -n "$1"
while IFS="" read line
do echo " $line"
done