#!/bin/bash DIR="img/notebooks/" for item in *; do echo -e \ done