I hereby claim:
- I am Bandie on github.
- I am bandie (https://keybase.io/bandie) on keybase.
- I have a public key whose fingerprint is E2D7 8769 1531 2785 DC08 6BFC C1E1 33BC 65A8 22DD
To claim this, I am signing this object:
all: | |
/usr/bin/pdftk Applicationtext.pdf ../CV.pdf ../FinishedUniClasses.pdf ../A-Level-Diploma.pdf cat output temp.pdf | |
/usr/bin/pdftk temp.pdf dump_data output meta.txt | |
echo -e "InfoBegin\nInfoKey: Title\nInfoValue: Application for apprenticeship, Bandie\nInfoBegin\nInfoKey: Author\nInfoValue: Bandie <[email protected]>\n`cat meta.txt`" > meta.txt | |
/usr/bin/pdftk temp.pdf update_info meta.txt output Application_Bandie.pdf | |
rm meta.txt temp.pdf | |
@echo OK. |
#!/usr/bin/env bash | |
export bandie = "im gay" |
I hereby claim:
To claim this, I am signing this object:
# -*- coding: utf-8 -*- | |
# | |
# Copyright (C) 2017 Marcin Kurczewski <[email protected]> | |
# Copyright (C) 2017 Ricardo Ferreira <[email protected]> | |
# Copyright (C) 2014 Charles Franklin <[email protected]> | |
# Copyright (C) 2012 Markus Näsman <[email protected]> | |
# Copyright (C) 2011 David Flatz <[email protected]> | |
# Copyright (C) 2009 Bjorn Edstrom <[email protected]> | |
# | |
# This program is free software; you can redistribute it and/or modify |
#!/bin/bash | |
# Installation: | |
# Move this script into ~/.i3/ | |
# | |
# In ~/.i3/config: | |
# bar { | |
# status_command ~/.i3/status.sh | |
# } | |
# | |
# |