From d4be0c437e7d470c2b941d9b1894dd637ba6e522 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 2 Apr 2022 17:07:41 +0300 Subject: [PATCH] bash/usr-local-bin/README.md: add Q&A on sensibility of flatpaks --- bash/usr-local-bin/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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/* +```