We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edc4b6 commit 77b8caeCopy full SHA for 77b8cae
1 file changed
Makefile
@@ -18,6 +18,7 @@ serve:
18
fix-perms:
19
find ./ -type d -exec chmod 0777 {} \;
20
find ./ -type f -exec chmod 0666 {} \;
21
+ chmod +x ./williamdes.eu/static/export-gpg.sh
22
23
date:
24
date +'%Y-%m-%dT%H:%M:%SZ' --utc
0 commit comments