#!/bin/bash
awk 'BEGIN {FS="\""}; {print "sauditor-"$2 }' version.src
