mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-01-31 00:19:09 +01:00
5 lines
211 B
Bash
Executable file
5 lines
211 B
Bash
Executable file
#!/bin/sh
|
|
# XXX: This should be removed when elixir's releases get custom command support
|
|
SCRIPT=$(readlink -f "$0")
|
|
SCRIPTPATH=$(dirname "$SCRIPT")
|
|
$SCRIPTPATH/pleroma eval 'Pleroma.ReleaseTasks.run("'"$*"'")'
|