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.
This commit is contained in:
Donovan Glover 2018-09-07 18:07:20 -04:00
parent 70757528fc
commit abe4cfb739
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D
4 changed files with 8 additions and 8 deletions

View File

@ -9,8 +9,8 @@
set -xe
pacman -S nodejs
sudo pacman -S nodejs
pacman -S npm
sudo pacman -S npm
pacman -S yarn
sudo pacman -S yarn

View File

@ -14,8 +14,8 @@
set -xe
pacman -S crystal
sudo pacman -S crystal
pacman -S shards
sudo pacman -S shards
pacman -S llvm
sudo pacman -S llvm

View File

@ -14,7 +14,7 @@
set -xe
pacman -S rustup
sudo pacman -S rustup
rustup install stable

View File

@ -7,4 +7,4 @@
set -xe
pacman -S jdk10-openjdk
sudo pacman -S jdk10-openjdk