Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Oct 3, 2024
1 parent e077672 commit 8d2ee32
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
julia +nightly --project juliac.jl --output-exe main buildmodule.jl && ./main
julia +nightly --version

echo Compile Julia package TerminalSystemMonitor.jl using juliac.jl

julia +nightly --project juliac.jl --output-exe main buildmodule.jl

echo Compilation done!

./main

0 comments on commit 8d2ee32

Please sign in to comment.