diff options
-rwxr-xr-x | commands/reload | 2 | ||||
l--------- | public_commands/reload | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/commands/reload b/commands/reload new file mode 100755 index 0000000..1881be7 --- /dev/null +++ b/commands/reload @@ -0,0 +1,2 @@ +#! /bin/sh +exec pkill -U nobody diff --git a/public_commands/reload b/public_commands/reload new file mode 120000 index 0000000..9a33785 --- /dev/null +++ b/public_commands/reload @@ -0,0 +1 @@ +../commands/reload
\ No newline at end of file |