blob: 54b658c2657a45295263b7a693713f1ae24f8524 (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh
# Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
# Not really a test, just making sure the program executes.
./aleph -version || exit 1
|