#!/bin/bash

ver=`cat ./param_bash.ini | grep IKIT_VERSION|awk -F= '{print $2}' |sed 's/"//g'`
echo $ver
