Advertisement
v1ral_ITS

Easy GUI List All Files Inside Of Current Directory

Jul 15th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. #!/bin/bash
  2. zenity --list=$(ls $PWD/) --text=XViewer --column=Pictures --multiple --mid-search --separator='|'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement