Skip to content

Instantly share code, notes, and snippets.

@ChayBB
ChayBB / dcm4chee_install.sh
Last active August 29, 2015 14:25 — forked from gunlock/dcm4chee_install.sh
bash script to install dcm4chee and components on fresh Ubuntu 12.04 image
#!/bin/bash
function usage()
{
echo "Usage: $0 -u <Postgres_Username> -p <Password>"
}
USER=""