diff options
| author | filip <“filip.rabiega@gmail.com”> | 2026-01-21 10:36:12 +0100 |
|---|---|---|
| committer | filip <“filip.rabiega@gmail.com”> | 2026-01-21 10:36:12 +0100 |
| commit | 88f0243428c4cf39029c8ffc5a7e1634951158a0 (patch) | |
| tree | f8b05b9f056dd72b7955f90560c453b4c317bd92 /scan | |
| parent | 83954961af8b6337da100e038561f2fd975ac1fe (diff) | |
| download | chadscripts-88f0243428c4cf39029c8ffc5a7e1634951158a0.tar.gz chadscripts-88f0243428c4cf39029c8ffc5a7e1634951158a0.tar.bz2 chadscripts-88f0243428c4cf39029c8ffc5a7e1634951158a0.zip | |
add comments to some scripts
Diffstat (limited to 'scan')
| -rwxr-xr-x | scan | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh # Find all files in subdirectories (excluding top-level files) -file=$(find . -mindepth 2 -type f 2>/dev/null | sed 's|^\./||' | sort | dmenu -i -p "Select a file:") +file=$(find . -mindepth 2 -type f 2>/dev/null | sed 's|^\./||' | sort | dmenu -l 15 -p "Select a file:") # If a file was selected if [ -n "$file" ]; then |
