chore: remove unused x-mkd and x-validate-sha256sum.sh scripts

x-mkd's cd-in-subshell cannot work when executed (only sourced) and
is unused in the repo. x-validate-sha256sum.sh duplicates the
functionality of x-sha256sum-matcher.
This commit is contained in:
2026-02-05 20:51:30 +02:00
parent abb6c9f615
commit 4414e0c3b6
5 changed files with 0 additions and 165 deletions

View File

@@ -1,19 +0,0 @@
# x-mkd
Create a directory and immediately `cd` into it.
## Usage
```bash
x-mkd <dir>
```
Set `VERBOSE=1` for status messages.
## Example
```bash
x-mkd project && git init
```
<!-- vim: set ft=markdown spell spelllang=en_us cc=80 : -->