Skip to content
This repository was archived by the owner on Sep 12, 2022. It is now read-only.
This repository was archived by the owner on Sep 12, 2022. It is now read-only.

Idea: make use of subshells to encapsulate working directory changes #6

Description

@dreadwarrior

While using the deb deploy method, it's sometimes not obvious where your are when using the provided hooks. Subshells could help a lot and we can ensure the user is landing in a well defined directory context while using hooks.

E.g.

  # do something in current dir
  (cd /some/other/dir && other-command)
  # continue in original dir

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions