Add a skeleton script for collecting linux audit longs
This commit is contained in:
7
ghetto/audit/Makefile
Normal file
7
ghetto/audit/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
init:
|
||||
pip install -r requirements.txt
|
||||
|
||||
test:
|
||||
nose2 tests
|
||||
|
||||
.PHONY: init test
|
Reference in New Issue
Block a user