multiple-cursors.el/run-tests.sh
2013-05-18 08:16:23 +02:00

4 lines
86 B
Bash
Executable File

#!/bin/sh -e
ECUKES=$(find elpa/ecukes-*/ecukes | tail -1)
carton exec "$ECUKES" "$@"