Fixed git ignore, updated much functionality, updated the procress_monitor to work, updated install.sh, added license, updated Makefile, updated install.sh, updated README.md, all that
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Version of the script
|
||||
VERSION="1.0.0"
|
||||
|
||||
# Check for version option
|
||||
if [[ "$1" == "--version" ]]; then
|
||||
echo "battery_daemon.sh version $VERSION"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Path to the battery monitor binary
|
||||
BINARY_PATH="/usr/local/bin/battery_monitor"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user