Skip to content

Enhancement #33

@caco3

Description

@caco3

Nice image!

I wrapped it into a script so I can select the path:

#!/bin/bash

if [[ $# -ne 1 ]]; then
    echo "Missing parameter: <path to scan>"
    exit 1
fi

docker run --rm -it -v $1:/mnt/root bytesco/ncdu /mnt/root

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions