Move remaining code out of bin
[khatus.git] / src / bash / exe / khatus_sensor_memory.sh
diff --git a/src/bash/exe/khatus_sensor_memory.sh b/src/bash/exe/khatus_sensor_memory.sh
new file mode 100644 (file)
index 0000000..10dd058
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+set -e
+
+dir_bin="$1"
+
+free | "$dir_bin"/khatus_parse_free
This page took 0.023587 seconds and 4 git commands to generate.