From ba09e892337304f8e2d6f1550b62c4c51ef67e99 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 26 Mar 2024 12:53:28 +0000 Subject: [PATCH] chore: rename sage.jl (sage.jl -> figure) --- Justfile | 4 ++-- {julia => figure}/main.jl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename {julia => figure}/main.jl (78%) diff --git a/Justfile b/Justfile index 84ada8b..f4fa834 100644 --- a/Justfile +++ b/Justfile @@ -1,4 +1,4 @@ set dotenv-load -julia: - julia julia/main.jl +figure: + julia figure/main.jl diff --git a/julia/main.jl b/figure/main.jl similarity index 78% rename from julia/main.jl rename to figure/main.jl index 25656e6..c3ccf8c 100644 --- a/julia/main.jl +++ b/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);