#!/usr/bin/ruby -w
# Encoding: UTF-8
# frozen_string_literal: true
# =========================================================================== #
require 'colours/toplevel_methods/misc.rb'

print Colours.colour_method_or_display_the_content_of_the_file_or_use_via_pipe(ARGF, $PROGRAM_NAME)
