mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 23:39:16 +02:00
3 lines
29 B
Bash
Executable file
3 lines
29 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
exec "$@"
|