Compare commits

..

No commits in common. "74eb79ec2e3ced4b2af6ce1f63ee7e311b7a5f3b" and "01868740cae069281093c6b82fdce23bd5328cdb" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -1,8 +1,2 @@
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/*
```
but why reinvent the wheel

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -x
flatpak run com.vscodium.codium --no-sandbox --new-window $@
set +x