Skip to content

Issue with poem length in 2nd_chamber #14

@brianjmalone

Description

@brianjmalone

Hey.

I had to modify ./chest to ever not get 'Wrong!' because of a trailing space in bash dungeon.

% Old code:
lock_val=$(cat poem | wc -l)
% Modified code:
lock_val=$(cat poem | wc -l | tr -d ' ')

Cheers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions