mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-13 02:46:55 +00:00
6 lines
211 B
Bash
Executable file
6 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("'"$*"'")'
|