Advertisement
Guest User

pastebin

a guest
Apr 24th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.65 KB | None | 0 0
  1. NAME
  2.   pastebin - download and upload programs from and to pastebin
  3.  
  4. SYNOPSIS
  5.   pastebin get PASTID FILE
  6.   pastebin put FILE
  7.   pastebin run PASTEID [ARGUMENT]...
  8.  
  9. DESCRIPTION
  10.   The pastebin program allows downloading programs from pastebin, identified by their paste ID. I can also be used to upload programs to pastebin.
  11.  
  12.   The pastebin program requires an internet card and internet access to be enabled in the mod's configuration.
  13.  
  14. OPTIONS
  15.  -f
  16.    do not prompt before overwriting
  17.  
  18. EXAMPLES
  19.  pastebin get AbCdEfGh test
  20.    Downloads the paste with ID `AbCdEfGh` and writes it to file `test`.
  21.  
  22.  pastebin put prog.lua
  23.    Uploads the program `prog.lua` to pastebin.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement