mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-01 10:46:47 +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
|