blob: 789b27fb42f35d4ba4a9d29047b21d0874ebc05a (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh
# Copyright (C) 2014 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.
./luajittex -credits || exit 1
|