From de4f777b24c52fc9fa219cd8fe814b6f36b8270e Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 8 May 2014 20:18:05 +0200 Subject: [PATCH] Just a smartctl wrapper... --- Misc/smartctl_wrapper | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Misc/smartctl_wrapper 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 "$@" +