Merge branch 'parallelize_and_reduce_disk_io'
[khatus.git] / bin / khatus
index 6893d7b..51bc2b2 100755 (executable)
@@ -653,7 +653,7 @@ spawn() {
 main() {
     # Defaults
     debug=0
-    dir_data="$HOME/.khatus"
+    dir_data=$(mktemp -d)
     weather_station_id='KJFK'
     screen_brightness_device_name='acpi_video0'
     prefixes_of_net_interfaces_to_show='w'  # comma-separated
@@ -670,6 +670,7 @@ main() {
     long_options+=',screen_device:'
     long_options+=',prefixes_of_net_interfaces_to_show:'
     long_options+=',disk_space_device:'
+    long_options+=',disk_io_device:'
     long_options+=',thermal_zone:'
     long_options+=',fan_path:'
     OPTS=$(
This page took 0.039049 seconds and 4 git commands to generate.