Sha256: 2c05fb51d5757175b8910874bae4090145bf1895d9b8b580c5d0dafe69aafc25

Contents?: true

Size: 107 Bytes

Versions: 78

Compression:

Stored size: 107 Bytes

Contents

set -eu

if test $# -gt 1
then
    echo "Usage: hello <greetee>"
    exit 1
else
    echo "Hello, ${1}"
fi

Version data entries

78 entries across 78 versions & 1 rubygems

Version Path
trackler-2.2.1.82 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.81 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.80 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.79 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.78 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.77 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.76 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.75 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.74 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.73 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.72 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.71 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.70 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.69 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.68 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.67 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.66 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.65 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.64 tracks/bash/exercises/error-handling/example.sh
trackler-2.2.1.63 tracks/bash/exercises/error-handling/example.sh