Skip to content

Instantly share code, notes, and snippets.

@gitsper
gitsper / nocovid
Created September 9, 2020 19:36
script that you can hook up to cron or systemd so you don't have to fill out the damn survey
#!/usr/bin/python
"""
file : nocovid
author : Kacper
"""
import sys
assert sys.version_info.major == 3, 'Tested with python 3, so use that'
#!/bin/sh
# Markdown to PDF, easy
pandoc --latex-engine=xelatex -f markdown -t latex -o "$(basename "$1" .md).pdf" "$1"
#!/bin/sh
# who? more like where
curl ipinfo.io
echo ""