diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-07-26 01:44:31 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-07-26 01:44:31 +0300 |
commit | b9f350ee20251746c540ff352e7082e66b9c5ac8 (patch) | |
tree | 7a828b33eec8efa8cde06792ea7c92ba075e254a /modules/categories/main.sh | |
parent | 00f3e970c39adb28e24a6ac0cdbfffc8bac8ac67 (diff) | |
download | arching-kaos-tools-b9f350ee20251746c540ff352e7082e66b9c5ac8.tar.gz arching-kaos-tools-b9f350ee20251746c540ff352e7082e66b9c5ac8.tar.bz2 arching-kaos-tools-b9f350ee20251746c540ff352e7082e66b9c5ac8.zip |
ak-gpg: new flag --verify-file <file>
Diffstat (limited to 'modules/categories/main.sh')
-rwxr-xr-x | modules/categories/main.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/categories/main.sh b/modules/categories/main.sh index 089b6d7..f8beb8a 100755 --- a/modules/categories/main.sh +++ b/modules/categories/main.sh @@ -1,13 +1,9 @@ #!/bin/bash ## ## -h, --help Prints this help message" -## ## index Prints an indexed table of your news files" -## ## import <file> #TODO" -## ## add <file> Creates a data file from the news file you point to" -## ## create Vim is going to pop up, you will write and save your" ## newsletter and it's going to be saved" ## |