mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-20 13:33:13 +00:00
9 lines
269 B
Bash
9 lines
269 B
Bash
#!/bin/bash
|
|
|
|
###############################################################
|
|
# Simulate paccor output for a laptop device
|
|
#
|
|
###############################################################
|
|
pushd /opt/paccor/scripts > /dev/null
|
|
cat "laptop_empty_hw.json"
|
|
popd > /dev/null |