]> arthur.barton.de Git - sd-tool.git/commit
Initial commit
authorAlexander Barton <alex@barton.de>
Tue, 11 Apr 2023 08:56:57 +0000 (10:56 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 11 Apr 2023 12:46:15 +0000 (14:46 +0200)
commit52ad42bf3bec26c42f19f4f6ef9cf62be24aae2c
tree41d0b8b0c2d9529ef930313160a28bb1608a07ae
Initial commit

This initial commit implements the framework and the "timer create"
subcommand.
13 files changed:
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
bin/Makefile [new file with mode: 0644]
bin/sd-tool [new file with mode: 0755]
lib/Makefile [new file with mode: 0644]
lib/Makefile.ax [new file with mode: 0644]
share/Makefile [new file with mode: 0644]
share/sd-tool-common.inc.sh [new file with mode: 0644]
share/sdt-cmd-timer.inc.sh [new file with mode: 0644]