#!/bin/sh
echo "INDEX of LINKS"
cat start sample sample01 tutorial tutorial1 | grep "\[.*\]" | sort | uniq

