nix-config/sh/languages/404-java
Donovan Glover abe4cfb739
Move languages to a separate directory
This is an attempt to reduce the clutter of the sh/ directory by putting
similar scripts in their own subdirectories.
2018-09-07 18:07:29 -04:00

11 lines
221 B
Bash

#!/bin/sh
#
# Java is a programming language used in many programming contests.
# This is arguably the only reason why we have it here.
#
# https://wiki.archlinux.org/index.php/Java
set -xe
sudo pacman -S jdk10-openjdk