◐ Shell
clean mode source ↗

thereadonly - Overview

Pinned Loading

  1. Forked from aws/amazon-ecs-logs-collector

    The script will be used to collect general os logs as well as Docker and ecs-agent logs, it also support to enable debug mode for docker and ecs-agent in Amazon Linux.

    Shell

  2. PyIFSC - Python WebAssembly App

    JavaScript

  3. Forked from itamarg365/linuxjourney

    server for LinuxJourney served at https://linuxvoyage.github.io/ due to issue - https://github.com/cindyq/linuxjourney/issues/213#issuecomment-1420893647

    HTML

  4. 1

    theReadOnly at his haven in ~/fosHactoberFest/s2n (master●)

    2

    $ source .travis/s2n_setup_env.sh

    4

    theReadOnly at his haven in ~BASE_S2N_DIR (master●●)

    5

    $ .travis/s2n_install_test_dependencies.sh
  5. 1

    $ shellcheck ecs-logs-collector.sh

    3

    In ecs-logs-collector.sh line 69:

    4

        param="$(echo "$arg" | awk -F '=' '{print $1}' | sed -e 's|--||')"

    5

                       ^-- SC2154: arg is referenced but not assigned.