blob: dec6d2ec67b70f392d551ff352204095f1b8fbf9 [file] [log] [blame]
Bartosz Gardziejewski867288f2019-04-18 11:21:50 +02001#!/usr/bin/env bash
2
3echo $1
4echo $2
5
6cd ./webapps/vid/WEB-INF/conf/
7while read a ; do echo ${a//$1*/$1 = $2} ; done < ./features.properties > ./features.properties.t ; mv ./features.properties{.t,}