dyreschlock / pocket-utils

Collection of Java programs and Shell scripts to update and manage the content on my Analogue Pocket
3 stars 0 forks source link

Use config files for filepaths. #2

Closed dyreschlock closed 1 year ago

dyreschlock commented 1 year ago

Paths should not longer be hard coded in each of the Java files and SH files. They should be put into the config file and both Java and SH should use the paths from there.

Additionally, update the paths to their new locations.

dyreschlock commented 1 year ago

Java points are set. Need to get SH files loading the properties and using them.

dyreschlock commented 1 year ago

Both Java and Scripts are using the properties file now. I think this can be closed.