I hereby claim:
- I am supermamon on github.
- I am rmv (https://keybase.io/rmv) on keybase.
- I have a public key ASDOzUt8PgRaNZn996WnwcTCwEoX5PlQeYIJBD0NX1eFfgo
To claim this, I am signing this object:
| #!/bin/bash | |
| VERSION=1.0 | |
| function usage() { | |
| prog=$(basename "$0") | |
| echo "Syntax: $prog [-p] <filename> [language]" >&2 | |
| echo " $prog -u <paste> <filename> [language] - Update <paste>" >&2 | |
| echo " $prog -e <paste> [language] - Edit <paste> in \$EDITOR (or vi.)" >&2 | |
| echo " $prog -d <paste> - Delete <paste>" >&2 | |
| echo " $prog -s <paste> - Show <paste>" >&2 |
| 04faf70e42b2b6bb59b128612602ab5890d1ba6990ae6f072bbb45da79c9b7acdcb2f48545917498b3c0f2be603b375fb46311eafb56ce8c44b28e35f90d5ba308;jmatty198 |
| { | |
| "env": { | |
| "node": true, | |
| "es6": true | |
| }, | |
| "rules": { | |
| /* Possible Errors */ | |
| "no-extra-boolean-cast": "error", | |
| /* Best Practices */ |
I hereby claim:
To claim this, I am signing this object:
| # Script is available at https://github.com/supermamon/install-theos | |
| # Or if you trust me run | |
| curl -LO https://git.io/install-theos && bash install-theos |
| #include <spawn.h> | |
| #include <signal.h> | |
| ... | |
| pid_t pid; | |
| int status; | |
| const char *argv[] = {"killall", "SpringBoard", NULL}; | |
| posix_spawn(&pid, "/usr/bin/killall", NULL, NULL, (char* const*)argv, NULL); | |
| waitpid(pid, &status, WEXITED); |
| # Script is available at https://github.com/supermamon/install-theos | |
| # Or if you trust me run | |
| curl -LO https://git.io/install-theos && bash install-theos |