Skip to content

Print all stderr into a logfile instead of /dev/null #32

@itislu

Description

@itislu

All 2>/dev/null could be replaced with 2>>$logfile.
The logfile could be /tmp/42free~error_log.

At the beginning of the script, before doing anything else, it could put the date and time into the logfile to differentiate between different runs, and then the full command line 42free was invoked with.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature of the project

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions