bash/usr-local-bin/README.md: add Q&A on sensibility of flatpaks

This commit is contained in:
Aminda Suomalainen 2022-04-02 17:07:41 +03:00
parent 8a93a79b1e
commit d4be0c437e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,8 @@
Simple bash scripts I have in `/usr/local/bin` that may be trivial to recreate,
but why reinvent the wheel
but why reinvent the wheel.
## Does this make sense for Flatpaks?
```bash
tail -n +1 /var/lib/flatpak/exports/bin/*
```