chore: rename sage.jl (sage.jl -> figure)

This commit is contained in:
Muhammad Nauman Raza 2024-03-26 12:53:28 +00:00
parent c411dd6293
commit ba09e89233
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
set dotenv-load set dotenv-load
julia: figure:
julia julia/main.jl julia figure/main.jl

View file

@ -1,5 +1,5 @@
version = ENV["VERSION"] 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."); 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); printstyled("This is the part of the program responsible for data visualisation and manipulation.\n", bold=true);