mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-29 17:28:57 +00:00
9 lines
271 B
Bash
9 lines
271 B
Bash
#!/bin/bash
|
|
|
|
###############################################################
|
|
# Simulate paccor output for a laptop device
|
|
#
|
|
###############################################################
|
|
pushd /opt/paccor/scripts > /dev/null
|
|
cat "laptop_default_hw.json"
|
|
popd > /dev/null |