Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 606 Bytes

scripting.md

File metadata and controls

7 lines (6 loc) · 606 Bytes

Scripting Knowledge

I have been scripting since I discovered AppleScript in the mid '90s. I'm working with BASH and Python these days, though occasionally I have a need to work with other tools. I figured it was about time I started keeping track of things I find and use so that I can leave a trail that others might be able to follow. HTH.

BASH

  • Install-jdk.sh – This script downloads the latest OpenJDK from the official source using a URL that is scraped from the user-facing web page. This is a very simple script.