summaryrefslogtreecommitdiffstats
path: root/punani/host
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-11-05 13:07:46 +0100
committertv <tv@nomic.retiolum>2013-11-05 13:07:46 +0100
commitae627d2aa73ea6862af3985f1c07e95c6d493275 (patch)
treedea1eb74dccd7a14eff03e03baf2eed239a5ac72 /punani/host
parentbf87133ae8e2ce6eb7923dc22c29b8f162c8756a (diff)
//punani: RIP
Diffstat (limited to 'punani/host')
-rwxr-xr-xpunani/host/dist/arch/getsize17
1 files changed, 0 insertions, 17 deletions
diff --git a/punani/host/dist/arch/getsize b/punani/host/dist/arch/getsize
deleted file mode 100755
index a2ef8f95..00000000
--- a/punani/host/dist/arch/getsize
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh
-set -euf
-sed -n '
- /^Name/{
- s/^Name *: *\(.*\)$/\1/
- T
- h
- }
- /^Installed Size/{
- s/^Installed Size *: *\(.*\)$/ \1/
- T
- H
- x
- s/\n//g
- p
- }
-' | awk '{print$2$3" "$1}' | sort -n