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