#!/bin/sh
# ff, stands for Find File
# requires pick(1) to be installed

find . -type f | pick
