initial commit

This commit is contained in:
Ranomier 2024-11-11 02:31:05 +01:00
commit b39b82463b
13 changed files with 214 additions and 0 deletions

5
nstore-find Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# docstring=searches the nix store with find
set -E -o pipefail
find /nix/store/ -maxdepth 1 -iname '*'"$@"'*'