Skip to content

Check if byobu folder already exists #3

@mayppong

Description

@mayppong

In case byobu folder already exists, we don't need to make it. I could check by

[ ! -d ~/.byobu ]
or
[ ! -e ~/.byobu ]

or use the -p flag like

mkdir -p ./byobu

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