I hereby claim:
- I am vool on github.
- I am phelan (https://keybase.io/phelan) on keybase.
- I have a public key ASBTG537_3QtnC-nVMO8dWwV71bR4DwodoZqTjpbFDmRYAo
To claim this, I am signing this object:
.ftpconfig |
#!/bin/bash | |
i=0 | |
tmp_dir="temp/" | |
if [ ! -d $tmp_dir ]; then | |
mkdir -p $tmp_dir; | |
fi |
#!/usr/bin/env node | |
'use strict'; | |
/* | |
* Requires | |
*/ | |
var fs = require('fs'), | |
http = require('http'); |
I hereby claim:
To claim this, I am signing this object:
Artist | Track | Album |
---|---|---|
Ezra Collective | Space is the Place | You Can't Steal My Joy |
Kamaal Williams, Henry Wu | Medina | The Return |
Ezra Collective | The Philosopher | Juan Pablo: The Philosopher |
Ezra Collective, Loyle Carner | What Am I to Do? | You Can't Steal My Joy |
Yussef Kamaal | Joint 17 | Black Focus |
Kamaal Williams, Henry Wu | High Roller | The Return |
Yussef Kamaal | Black Focus | Black Focus |
Tenderlonious, The 22archestra | Yussef's Groove | The Shakedown |
#!/bin/bash | |
# This script searches a directory for a git repos and outputs info for each | |
#Set colours | |
BLUE="\e[01;34m" | |
RED="\e[01;31m" | |
GREEN="\e[01;32m" | |
NORMAL='\e[00m' |