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