diff options
author | Soispha <soispha@vhack.eu> | 2023-11-25 13:06:38 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-11-25 13:06:38 +0100 |
commit | 35cde912adcf0269ff91fa43c212446132ebda2b (patch) | |
tree | 43a9bd828ede45855d179361a8f8ff28ac607545 | |
parent | fix(hm/pkgs/scripts): Use the library function correctly (diff) | |
download | nixos-config-35cde912adcf0269ff91fa43c212446132ebda2b.tar.gz nixos-config-35cde912adcf0269ff91fa43c212446132ebda2b.zip |
fix(hm/pkgs/srcs/con2pdf): Limit the file search depth
Diffstat (limited to '')
-rwxr-xr-x | hm/soispha/pkgs/scripts/apps/con2pdf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/pkgs/scripts/apps/con2pdf b/hm/soispha/pkgs/scripts/apps/con2pdf index fd117cfd..2c99dea6 100755 --- a/hm/soispha/pkgs/scripts/apps/con2pdf +++ b/hm/soispha/pkgs/scripts/apps/con2pdf @@ -41,10 +41,10 @@ OPTIONS: --version | -v Display version and copyright information and exit. ARGUMENTS: - FILE := [[fd .]] + FILE := [[fd . --max-depth 3]] A name of a file to store, default is: ./pdf - NAME | * := [[fd .]] + NAME | * := [[fd . --max-depth 3]] The basename of the generated files NUM | *([0-9]) := 0 | 1 | 2 | 3 | 4 |