chore: rename sage.jl (sage.jl -> figure)
This commit is contained in:
parent
05e70256d0
commit
a6faee581d
4
Justfile
4
Justfile
|
@ -1,4 +1,4 @@
|
|||
set dotenv-load
|
||||
|
||||
julia:
|
||||
julia julia/main.jl
|
||||
figure:
|
||||
julia figure/main.jl
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
version = ENV["VERSION"]
|
||||
|
||||
printstyled("\nsage.jl $version\n", color=:cyan, bold=true);
|
||||
printstyled("\nfigure $version\n", color=:cyan, bold=true);
|
||||
println("A collection of cybersecurity-related utilities for my personal use.");
|
||||
printstyled("This is the part of the program responsible for data visualisation and manipulation.\n", bold=true);
|
Loading…
Reference in a new issue