06-25-2014, 12:01 AM
This one goes out to my dwaine junkies, currently pulling my hair.
Here is the current code im workin on, but it isn't working.
#!|necho registered=$arg0|nassignment=$arg1|naccess=11|n^/mnt/term/spoof|n^/home/usrcahoy0/SPOOF
Here is the rundown
#!
#its an executable, the idea is a script within a script to super easily make mulitple identities with mulitple jobs for spoofing other terminals and such
echo
#it echoes because when the player uses the script, it calls another script
registered=$arg0
assignment=$arg1
access=11
^/mnt/term/spoof
#this is the end of the [inner] script, upon running spoof x y, you will get an identity with those credentials sent to your terminal
^
/home/usrcahoy0/spoof
#this is the end of the [outer] script, which saves itself into my folder
What am I doing wrong?
Can you not make script functions within script functions?
Am I just boning the code?
I know the idea is sorta shitty at the moment, but hopefully this could open the door to cooler ideas and much intricate dwaine code.
Here is the current code im workin on, but it isn't working.
#!|necho registered=$arg0|nassignment=$arg1|naccess=11|n^/mnt/term/spoof|n^/home/usrcahoy0/SPOOF
Here is the rundown
#!
#its an executable, the idea is a script within a script to super easily make mulitple identities with mulitple jobs for spoofing other terminals and such
echo
#it echoes because when the player uses the script, it calls another script
registered=$arg0
assignment=$arg1
access=11
^/mnt/term/spoof
#this is the end of the [inner] script, upon running spoof x y, you will get an identity with those credentials sent to your terminal
^
/home/usrcahoy0/spoof
#this is the end of the [outer] script, which saves itself into my folder
What am I doing wrong?
Can you not make script functions within script functions?
Am I just boning the code?
I know the idea is sorta shitty at the moment, but hopefully this could open the door to cooler ideas and much intricate dwaine code.