cve (272B)
- #!/bin/sh
- if test -n "$1"
- then
- print '20 text/gemini; charset=utf-8\r\n'
- perl -T /git/cve-client.work/cve-client -g "$1"
- print '\nThis is based on cve-client which is availble at:\n=> https://hacktivis.me/git/cve-client/'
- else
- print '10 Please enter a CVE-ID\r\n'
- fi