#!/bin/sh SERVER=$(cat ~/.config/server_download.conf | dmenu -i "Servers: ") LOC=/ lookup() { file=$(ssh $SERVER ls $LOC | dmenu -p "Files: ")