This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
v2.0.4
Adding support for adding login-once scripts to an override list so they will be run again.
Outset will now use os.walk to recursively traverse the respective root dirs, making it easier to group similar scripts in subdirectories, i.e.
├── login-once
│ ├── foo
│ │ ├── desktop_script_1.sh
│ │ └── desktop_script_2.sh
│ └── bar
│ ├── network_script_1.sh
│ └── network_script_2.sh