mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-14 20:49:23 +01:00
9 lines
202 B
Markdown
9 lines
202 B
Markdown
Simple bash scripts I have in `/usr/local/bin` that may be trivial to recreate,
|
|
but why reinvent the wheel.
|
|
|
|
## Does this make sense for Flatpaks?
|
|
|
|
```bash
|
|
tail -n +1 /var/lib/flatpak/exports/bin/*
|
|
```
|