mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
* use env bash instead of /bin/bash * check for variable existence Former-commit-id: 25a00ebffec9ba8c820be29c9adfd0a4c0f9cb29
7 lines
132 B
Bash
Executable File
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
|