Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 646 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 646 Bytes

Hawaii Revised Statutes

This repository contains a mirror of the Hawaii Revised Statutes from the Hawaii State Legislature's official website.

Changelog

[2016-01-04] 2016 update

Download new hrs2016 directory and updated hrscurrent directory

[2016-08-12] 2015 update

Download new hrs2015 directory and updated hrscurrent directory

[2015-12-08] Initial import

Downloaded years 1999 through 2014 (and hrscurrent) via the script:

#!/bin/bash
for year in $(seq 1999 2014) hrscurrent; do
  wget -r --no-parent http://www.capitol.hawaii.gov/hrs${year}/
done