Compare commits
2 commits
9a0c7e79e5
...
7bb4dd54d0
Author | SHA1 | Date | |
---|---|---|---|
7bb4dd54d0 | |||
df1538692c |
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#+TITLE: Flatpak Launcher Script Generator
|
#+TITLE: Flatpak Launcher Script Generator
|
||||||
|
|
||||||
Description: Create shell scripts for launching flatpak apps in the users bin directory (~/.local/bin). For successful usage it is recommended to add this directory to the $PATH variable.
|
Description: Create shell scripts for launching flatpak apps in the users bin directory (=~/.local/bin=). For successful usage it is recommended to add this directory to the =$PATH= variable.
|
||||||
|
|
||||||
For users not liking this script or who want to get rid all created scripts for some other reasons it is possible to run the following command inside the ~/.local/bin folder.
|
For users not liking this script or who want to get rid all created scripts for some other reasons it is possible to run the following command inside the =~/.local/bin= folder.
|
||||||
|
|
||||||
~cd ~/.local/bin && grep -rl flatpak-run-generator | xargs rm~
|
~cd ~/.local/bin && grep -rl flatpak-run-generator | xargs rm~
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue