4 lines
83 B
Bash
Executable file
4 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# For some reason this runs from the usr subdirectory
|
|
exec ../love "$@"
|