diff --git a/Misc/smartctl_wrapper b/Misc/smartctl_wrapper new file mode 100644 index 0000000..fbabcaf --- /dev/null +++ b/Misc/smartctl_wrapper @@ -0,0 +1,4 @@ +#!/bin/bash + +sudo -u root /usr/bin/smartctl "$@" +