Skip to content

Instantly share code, notes, and snippets.

View zerospiel's full-sized avatar
🐈

Michael Morgen zerospiel

🐈
View GitHub Profile
@zerospiel
zerospiel / rebuild.sh
Last active January 9, 2019 15:18
Rebuild dadebotsdb
#!/bin/sh
DIR="$GOPATH/src/bitbucket.org/dadebotsdb/"
ADDRESS="address"
APP="app"
FETCHER="fetcher"
IMPORTER="importer"
INDEXER="indexer"
IO="io"
MUNROLL="munroll"

Keybase proof

I hereby claim:

  • I am zerospiel on github.
  • I am qwe (https://keybase.io/qwe) on keybase.
  • I have a public key whose fingerprint is 6054 01BE E93D 5EBB 8371 5285 8D2B E5A0 476D 855E

To claim this, I am signing this object:

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/sem.h>
void swap(int[], int, int);