diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-28 20:32:18 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-28 20:32:18 -0400 |
commit | a94b5bcd943ff91c90d04000d6896fdaf5070392 (patch) | |
tree | 531451b0682e1b63a9b45870258e16e55900d8d1 /src/command.h | |
parent | ls tty fix (diff) | |
download | lazysphere-a94b5bcd943ff91c90d04000d6896fdaf5070392.tar.gz lazysphere-a94b5bcd943ff91c90d04000d6896fdaf5070392.tar.bz2 lazysphere-a94b5bcd943ff91c90d04000d6896fdaf5070392.zip |
added tail and head
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index 939886d..0b7b8ad 100644 --- a/src/command.h +++ b/src/command.h @@ -18,3 +18,4 @@ COMMAND_EMPTY(groups); COMMAND_EMPTY(user_id); COMMAND(ls); COMMAND(tail); +COMMAND(head); |