Skip to content
View traek's full-sized avatar

Sponsoring

@go-acme
@tvancott42

Organizations

@copacoders

Block or report traek

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Simple script to download files from... Simple script to download files from single web page
    1
    #!/usr/bin/env bash
    2
    if (( $# > 0 )); then destination=$1; else destination="."; fi
    3
    # Check for required commands
    4
    required=(awk grep lynx wget); missing=()
    5
    for command in ${required[@]}; do
  2. ungatech/cert-monitor ungatech/cert-monitor Public

    A minimal, BusyBox-compatible SSL certificate expiration monitor for Docker and Alpine Linux.

    Shell