about summary refs log tree commit diff stats
path: root/hm/soispha/conf/lf/commands/scripts/archive.sh (follow)
Commit message (Collapse)AuthorAge
* fix(hm/conf/lf/cmds): Better manage files with pre-defined extensionsSoispha2024-02-24
|
* build(treewide): Update shell librarySoispha2024-02-24
|
* refactor(hm/conf/lf/cmds/archive): Use non-abbreviated cli optionSoispha2024-02-23
|
* fix(hm/conf/lf/commands): Check for the file name with the extension addedSoispha2024-02-23
| | | | | | | | | | Beforehand it resolved a name conflict based on the base name alone: ``` USER: script ALREADY_EXISTING_FILE: script ``` But the final script would then be named `script.sh`, thus, the check must include the `.sh`.
* refactor(treewide): Reformat all files with treefmtSoispha2024-02-20
| | | | | This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
* refactor(treewide): Add a `.sh` extension to shell scriptsSoispha2024-02-20