SHARE
TWEET
wrapper
a guest
Jan 29th, 2018
53
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- function my_wrapper(text)
- local mon = peripheral.find("monitor")
- local terminal = term.redirect(mon)
- print(text)
- term.redirect(terminal)
- print(text)
- end
- my_wrapper("cocks")
RAW Paste Data

