Page MenuHomeFreeBSD
Paste Active Pastes
  • {
    "project.name": "D",
    "phabricator.uri" : "https://phabric.freebsd.org/",
    "history.immutable" : true
    }
    • Jun 11 2014, 9:16 PM
    • 5 Lines
  • #!/bin/sh
    err() {
    cd ${ORIGDIR}
    rm -rf ${WRKDIR:-/nonexistent}
    ...
    • Jun 6 2014, 3:47 PM
    • 27 Lines
    • Bash Scripting
  • #!/bin/sh
    fget()
    {
    fetch -q --no-verify-peer -o - "https://bugs.freebsd.org/bugzilla/jsonrpc.cgi?method=Bug.attachments&params=[{\"ids\": [\"$1\"]}]"
    ...
    • Jun 5 2014, 10:37 AM
    • 33 Lines
    • Bash Scripting