2022-01-21 12:48:54 +01:00
|
|
|
Simple bash scripts I have in `/usr/local/bin` that may be trivial to recreate,
|
2022-04-02 16:07:41 +02:00
|
|
|
but why reinvent the wheel.
|
|
|
|
|
|
|
|
## Does this make sense for Flatpaks?
|
|
|
|
|
|
|
|
```bash
|
|
|
|
tail -n +1 /var/lib/flatpak/exports/bin/*
|
|
|
|
```
|