installed_progs.t: Python checks stdout too, 150 ok
[sunny256-utils.git] / rdbl-luks
blobc3d9b330eda7cc0ebcb4f8451c609755f353aea7
1 #!/bin/sh
3 #==============================================================================
4 # rdbl-luks
5 # File ID: 979ab972-f909-11ed-aa1e-83850402c3ce
7 # Author: Øyvind A. Holm <sunny@sunbase.org>
8 #==============================================================================
10 progname=rdbl-luks
11 VERSION=0.1.0
13 cryptsetup luksDump "$1"
15 # vim: set ts=8 sw=8 sts=8 noet fo+=w tw=79 fenc=UTF-8 :