mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 13:43:59 +01:00
5 lines
216 B
Bash
Executable file
5 lines
216 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.mix_task("'"$*"'")'
|