Pinned Loading
-
Simple script to download files from...
Simple script to download files from single web page 1#!/usr/bin/env bash
2if (( $# > 0 )); then destination=$1; else destination="."; fi
3# Check for required commands
4required=(awk grep lynx wget); missing=()
5for command in ${required[@]}; do
-
firewalld/firewalld
firewalld/firewalld PublicStateful zone based firewall daemon with D-Bus interface
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.