EvilZone

General Tech => Operating System => : lucid January 02, 2013, 03:03:36 AM

: Macchanger in obmenu
: lucid January 02, 2013, 03:03:36 AM
I've been trying to create a macchanger option in obmenu similar to being able to go to the menu in backtrack and select macchanger and have it show the macchanger help menu. The problem is that when I put:

:
urxvt -e macchanger -h
It shows it and exits urxvt. I want to do this and have it leave the terminal open. So far I've tried the read and sleep commands but it doesn't achieve what I want. Any ideas?
: Re: Macchanger in obmenu
: proxx January 02, 2013, 08:27:31 AM
Yeah you could run in it from a TTY maybe.
I have an alias responsible for this.
Dont really have any menus on my system, run everything from the command line basically.
I like the idea though.
: Re: Macchanger in obmenu
: lucid January 03, 2013, 01:51:56 AM
Yeah you could run in it from a TTY maybe.
I have an alias responsible for this.
Dont really have any menus on my system, run everything from the command line basically.
I like the idea though.

I had an inkling that maybe an alias would help me with this. I'll get it eventually I suppose.

EDIT: Ugh I am stupid. I can't believe I didn't do this. So if anyone out there is as stupid as me here's the solution to my problem:

:
exec bash
After whatever script it is that you want to get to run without closing the terminal afterwards.

Goddamn