From 014efa1279115f701943680f4fb5a03d2d8ea7d5 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 17 Jan 2018 21:05:45 -0800 Subject: [PATCH] Add Tags.sh to tests directory. --- tests/Tags.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tests/Tags.sh 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 -- 2.25.1