#!/bin/bash

/bin/grep -hT "^[^;&]*::" *.s > commands.txt
/bin/grep -hT "^\.macro" *.s > macros.txt
