mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-24 23:13:48 +00:00
Make the DCE.CLI unix entrypoint script work regardless of current working directory
This commit is contained in:
@@ -1 +1 @@
|
|||||||
dotnet DiscordChatExporter.Cli.dll "$@"
|
dotnet "$(dirname "$0")/DiscordChatExporter.Cli.dll" "$@"
|
||||||
Reference in New Issue
Block a user