diff --git a/snippets/README.md b/snippets/README.md index 81b0fea..dce725f 100644 --- a/snippets/README.md +++ b/snippets/README.md @@ -107,6 +107,7 @@ Some pieces of code I find useful for some reason. - `dpkg -s python3`, `dpkg -l | grep -Fi pyth` - `comm <(echo -e 'common\nonlyleft') <(echo -e 'common\nonlyright') --total` - `curl -fLO https://cdn1.suno.ai/my-song-id.mp3` +- `install -D <(echo -e '#!/bin/bash\nexec "$(realpath "$(dirname "$0")/../Scripts/python")" "$@"') venv/bin/python3` ```bash install -m600 <(echo 'ACTION=="add", SUBSYSTEM=="pci",' \