This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
hydrophonitor
Watch
2
Star
1
Fork
0
You've already forked hydrophonitor
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d5ebffaa89
hydrophonitor
/
scripts
/
export-config-values.sh
6 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
Switch config export script to get config file as argument
2022-10-11 06:19:50 +00:00
#!/bin/bash
Update start scripts, add scripts for setup and config value exports
2022-10-03 16:37:15 +00:00
Switch config export script to get config file as argument
2022-10-11 06:19:50 +00:00
CONFIG_FILE
=
$1
Update start scripts, add scripts for setup and config value exports
2022-10-03 16:37:15 +00:00
Switch config export script to get config file as argument
2022-10-11 06:19:50 +00:00
export
$(
grep -v
'^#'
$CONFIG_FILE
|
tr -d
'[:space:]'
|
xargs -d
'\n'
)
Reference in New Issue
Copy Permalink