From b25829e23d6cf8e69e0b2e2f1b0a8c61ce4a210a Mon Sep 17 00:00:00 2001 From: Gabe Macri Date: Thu, 25 Jan 2024 21:59:29 -0500 Subject: [PATCH] add jump command --- config.json | 1 + src/utils/bin/commands.ts | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/config.json b/config.json index 222de75..99954c1 100644 --- a/config.json +++ b/config.json @@ -7,6 +7,7 @@ "github": "G1A1B1E", "linkedin": "linkedin" }, + "jump": "jumping", "version": "4ukkh9q2y", "email": "gabemacru@gmail.com", "ps1_hostname": "kali", diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index 4bbeaa2..b110373 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -156,6 +156,10 @@ export const ver = async (args: string[]): Promise => { return `${config.version}`; }; +export const jump = async (args: string[]): Promise => { + return `${config.jump}`; +}; + // Banner export const banner = (args?: string[]): string => { return `