mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 05:03:03 +00:00
4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/sh -e
|
|
ECUKES=$(find elpa/ecukes-*/ecukes | tail -1)
|
|
carton exec "$ECUKES" "$@"
|