From: Chris Hanson Date: Thu, 18 Jan 2018 05:05:45 +0000 (-0800) Subject: Add Tags.sh to tests directory. X-Git-Tag: mit-scheme-pucked-x11-0.3.1~7^2~344 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=014efa1279115f701943680f4fb5a03d2d8ea7d5;p=mit-scheme.git Add Tags.sh to tests directory. --- diff --git a/tests/Tags.sh b/tests/Tags.sh new file mode 100755 index 000000000..ea3a480c4 --- /dev/null +++ b/tests/Tags.sh @@ -0,0 +1,3 @@ +#!/bin/bash +set -e +find * -type f -name \*.scm | xargs etags