Files
eagle0/scripts/add_setting.sh
T
adminandGitHub 3c400fb546 use newer bash (#977)
* use env bash instead of /bin/bash

* check for variable existence


Former-commit-id: 25a00ebffec9ba8c820be29c9adfd0a4c0f9cb29
2021-10-02 09:20:37 -07:00

7 lines
132 B
Bash
Executable File

#!/usr/bin/env bash
KEY=$1
VALUE=$2
bazel run //src/main/scala/net/eagle0/util:setting_updater "192.168.123.34" 30011 $KEY $VALUE