This website requires JavaScript.
Explore
Help
Sign In
privacyguides
/
privacytools.io
Archived
Watch
1
Star
0
Fork
0
You've already forked privacytools.io
Code
Issues
304
Pull Requests
47
Activity
This repository has been archived on
2024-01-13
. You can view files and clone it, but cannot push or open issues or pull requests.
privacytools.io
/
build.sh
5 lines
74 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
build.sh: replace bash with sh for compatibility (#1353)
2019-09-29 10:59:23 +00:00
#!/usr/bin/env sh
Add files for Travis CI (#696) Implement Travis CI.
2018-12-27 17:08:35 +01:00
set
-e
# halt script on error
bundle
exec
jekyll build
Reference in New Issue
Copy Permalink