Skip to content

Instantly share code, notes, and snippets.

View leandro305's full-sized avatar

Leandro Lobo leandro305

View GitHub Profile
@leandro305
leandro305 / ArgoUML.sh
Created February 19, 2022 22:42 — forked from henriquemoody/ArgoUML.sh
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