Skip to content

Instantly share code, notes, and snippets.

View mrcretu's full-sized avatar
🎯
Focusing

Marius Crețu mrcretu

🎯
Focusing
  • Cegeka
  • Iasi
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