This website works better with JavaScript
Home
Explore
Help
Register
Sign In
free
/
freedombone
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
9695
Commits
5
Branches
Tree:
edf8670380
bashrc/stretch
jessie
master
stockholm
stretch
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'edf8670380'
${ noResults }
freedombone
/
tests
/
check-tripwire-baseline.sh
check-tripwire-baseline.sh
83B
History
Raw
1
2
3
4
5
#!/bin/bash
if ! ls /var/lib/tripwire/*.twd 1> /dev/null 2>&1; then
exit 1
fi