about summary refs log tree commit diff stats
path: root/home-manager/packages/scripts/deprecated/dua
blob: 628fa6f2e03d229a9dfba28569913c42923e22d6 (plain) (blame)
1
2
3
4
5
6
#! /bin/bash

tmp=$(mktemp)
cat $DUA_DATABASE > $tmp

cat $tmp | awk '{print $1}' | sort