getRootDev method

Future<String> getRootDev()

Implementation

Future<String> getRootDev() =>
    _io.sys(r"df -h | sed -ne '/\/$/p' | cut -d ' ' -f1");