~comcloudway/slay

72e1f9613eee20a10a225cec339af4917d682885 — Jakob Meier 9 months ago d0962f0
Sorted the list of available flags
1 files changed, 1 insertions(+), 1 deletions(-)

M gendeck.sh
M gendeck.sh => gendeck.sh +1 -1
@@ 5,7 5,7 @@ function usage {
	echo "gendeck.sh <id1> <id2> <id3> <id4>"
	echo "where <idN> have to replaced with an identity"
	echo "available identities:"
	find parts/flags -type f | cut -d'/' -f3 | cut -d'.' -f1 | xargs -n 1 echo -
	find parts/flags -type f | cut -d'/' -f3 | cut -d'.' -f1 | sort | xargs -n 1 echo -
	exit 1
}