Skip to content

Commit

Permalink
Build'n'run script
Browse files Browse the repository at this point in the history
  • Loading branch information
retroaalto committed Jul 19, 2024
1 parent 2fe4dc9 commit 5d4681a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
# Build'n'run

LD_LIBRARY_PATH=libs/linux/x86_64:$LD_LIBRARY_PATH dotnet run --project Jammer.CLI -- "${@:1}"

0 comments on commit 5d4681a

Please sign in to comment.