summaryrefslogtreecommitdiff
path: root/filebrowser
diff options
context:
space:
mode:
Diffstat (limited to 'filebrowser')
-rwxr-xr-xfilebrowser/backend-filebrowser.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/filebrowser/backend-filebrowser.sh b/filebrowser/backend-filebrowser.sh
index 9cbf11a..789b601 100755
--- a/filebrowser/backend-filebrowser.sh
+++ b/filebrowser/backend-filebrowser.sh
@@ -6,7 +6,6 @@
while true;do
#not sure why this needs to be printed to show up every time.
echo ..
- echo ..
find . -maxdepth 1 #| tr ' ' '\n' #wut? no?
read -r selection
if [ -f "$selection" ];then