#!/bin/bash
gettag() {
	echo -e "$infos"			\
	| sed -n "/^${1}=/I{s/^${1}=//I;p;q}"
}
