#!/bin/sh

COMPILE_NUMBER=$(cat ./Assets/StreamingAssets/version/version.txt)
sed -i.back "1s/^/[#$COMPILE_NUMBER]/" "$1"
