I hereby claim:
- I am alexander-bauer on github.
- I am alexanderbauer (https://keybase.io/alexanderbauer) on keybase.
- I have a public key whose fingerprint is C1B8 130E 68FA 7080 C99C 2504 8191 E21A 76AA D89B
To claim this, I am signing this object:
#!/bin/bash | |
# usage: makepass <username> | |
# Requires: makepasswd | |
# This script is a peering details generator | |
# for CJDNS | |
# Functional script written by Grey | |
# Bells, whistles, and additional usefulness added by SashaCrofter |
#!/bin/sh | |
# This script uses git filter-branch to adjust author names and | |
# emails. No success is garuenteed. Usage is as follows: | |
# | |
# gitfix.sh --name|--email oldValue newValue | |
# | |
OLDVALUE=$2 | |
NEWVALUE=$3 |
#!/bin/sh | |
# This script is meant to act as a wrapper to gource, and creates a | |
# movie file (with the supplied file extension,) at 60fps and of the | |
# given number of seconds per day. | |
# | |
# Please see https://code.google.com/p/gource for information on | |
# gource. | |
# | |
if [ -z $1 ] |
#!/bin/bash | |
# This script bumps the version number of a Go project. The variable "Version" | |
# should be declared as a constant in the file that matches the name of the | |
# project. For example, a project contained in example/ should declare Version | |
# in example.go. | |
# | |
# To use: vup <level> | |
# | |
# <level> is the depth of the bump, determined by number of periods | |
# to the left of the number. For example, bumping v1 to v2 is a level |
#!/bin/sh | |
## work is written by Alexander Bauer and released under GPL 3+, the | |
## full text of which can be found in /usr/share/common-licenses. | |
# | |
# The purpose of this script is to attach to a tmux session of a | |
# particular name if it exists, or create it if it does not. | |
# | |
# SESSION is the name of the tmux session. | |
SESSION="$USER-work" |
#!/bin/bash | |
## downloadkey.sh | |
## | |
## © 2013 Alexander Bauer, released under GPL-3+ | |
## The full text of GPL-3 can be found in /usr/share/common-licenses | |
## | |
# | |
# This script uses simple utilities to download a GPG public key over | |
# http and import it to the keyring. | |
# |
#!/bin/bash | |
# | |
## blog | |
# | |
# This script creates a temporary file with [trofaf][] header data and | |
# opens it with an editor. When this is saved and closed, the file is | |
# moved to a particular directory with a title given either as the | |
# first argument, or read on the command line after completion. | |
# | |
# Once the file has been successfully renamed to markdown, if REGENDIR |
#!/bin/sh | |
# | |
## convert.sh | |
# | |
# This script is used to convert all of the WAV audio files of a given | |
# artist/album pair to a different encoding. | |
# | |
# usage: | |
# convert.sh [artist] [album] |
*.ps | |
*~ | |
*#* |
I hereby claim:
To claim this, I am signing this object: