diff --git a/bash/usr-local-bin/README.md b/bash/usr-local-bin/README.md index deddaa7..6c41014 100644 --- a/bash/usr-local-bin/README.md +++ b/bash/usr-local-bin/README.md @@ -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/* +```