Skip to content

Instantly share code, notes, and snippets.

View JonMadVal's full-sized avatar

Jonathan Madrid Valencia JonMadVal

  • Medellin-Colombia
View GitHub Profile
@henriquemoody
henriquemoody / ArgoUML.sh
Created August 15, 2012 19:22
Install ArgoUML on linux
#!/bin/sh
if [ "root" != "$(whoami)" ]; then
echo "You must run this command as root" 1>&2
exit 1
fi
set -x
# Download and extract
if [ ! -z "${1}" ]; then