Fedora script for judge server.
#! /bin/bash
dnf update -y
dnf -y install tmux emacs vim gcc-c++.x86_64 java-1.8.0-openjdk-devel php \
nodejs mono-devel ghc ocaml
dnf install -y http://downloads.typesafe.com/scala/2.11.6/scala-2.11.6.rpm
dnf install -y http://downloads.dlang.org/releases/2.x/2.067.1/dmd-2.067.1-0.fedora.x86_64.rpm
systemctl enable sshd.service