nevermind figured it out
here it is for anyone else trying to figure it out:
local command = "pastebin get " .. pastebinCode .. " " .. fileName
executeCommand(command)
pastebinCode and fileName are both some variables or whatever they are called
I am trying to make a program that installs a program from a pastebin code.
i want it to basically ask the user for the code, a name, and put that into the pastebin get command somehow
how would i do this?