summaryrefslogtreecommitdiff
path: root/scan
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2025-10-10 19:10:02 +0200
committerfilip <“filip.rabiega@gmail.com”>2025-10-10 19:10:02 +0200
commit807de46d3a3cbef9a3c3c104f6db87b142e6eed5 (patch)
tree61a1a9bc26daad623ce6c04bb66ae39133ef0261 /scan
parent08204fc9b9f63015a1dc083b471c6839818eeb59 (diff)
downloadchadscripts-807de46d3a3cbef9a3c3c104f6db87b142e6eed5.tar.gz
chadscripts-807de46d3a3cbef9a3c3c104f6db87b142e6eed5.tar.bz2
chadscripts-807de46d3a3cbef9a3c3c104f6db87b142e6eed5.zip
used shfmt
Diffstat (limited to 'scan')
-rwxr-xr-xscan6
1 files changed, 3 insertions, 3 deletions
diff --git a/scan b/scan
index f06d5a4..c35798f 100755
--- a/scan
+++ b/scan
@@ -5,7 +5,7 @@ file=$(find . -mindepth 2 -type f 2>/dev/null | sed 's|^\./||' | sort | dmenu -i
# If a file was selected
if [ -n "$file" ]; then
- echo "You selected: $file"
- # Do something with the selected file here, like open it:
- # xdg-open "$file" # Uncomment if desired
+ echo "You selected: $file"
+ # Do something with the selected file here, like open it:
+ # xdg-open "$file" # Uncomment if desired
fi