mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-09 11:52:32 +01:00
Compare commits
3 Commits
01868740ca
...
74eb79ec2e
Author | SHA1 | Date | |
---|---|---|---|
74eb79ec2e | |||
d4be0c437e | |||
8a93a79b1e |
@ -1,2 +1,8 @@
|
|||||||
Simple bash scripts I have in `/usr/local/bin` that may be trivial to recreate,
|
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/*
|
||||||
|
```
|
||||||
|
5
bash/usr-local-bin/codium
Executable file
5
bash/usr-local-bin/codium
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -x
|
||||||
|
flatpak run com.vscodium.codium --no-sandbox --new-window $@
|
||||||
|
set +x
|
Loading…
Reference in New Issue
Block a user