Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
POSITIONAL=()
AWSTATS_PROG=$(which awstats.pl 2> /dev/null)
BUILD_STATIC_PROG=$(which awstats_buildstaticpages.pl 2> /dev/null)
OUTPUT_DIR="./"
while [[ $# -gt 0 ]]; do
key="$1"
# frozen_string_literal: true
begin
require "bundler/inline"
rescue LoadError => e
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler"
raise e
end
gemfile(true) do