Packages

Ceylan-Myriad, a generic-purpose Erlang toolbox, as an OTP application library here (see http://myriad.esperide.org)

Current section

Files

Jump to
myriad src apps generate-password generate-password.sh
Raw

src/apps/generate-password/generate-password.sh

#!/bin/sh
# Main launcher of the password generation tool (knowing that the escript-based
# version is a pain to debug in an escript form).
# Any argument(s) specified to this script shall be interpreted as a plain,
# extra one:
# To debug:
#make -s generate_password_exec CMD_LINE_OPT="-extra $*"
cd ${CEYLAN_MYRIAD}/src/apps/generate-password && generate-password.escript $*