I hereby claim:
- I am luehm on github.
- I am luehm (https://keybase.io/luehm) on keybase.
- I have a public key whose fingerprint is C63D C44A 6E00 47CB A016 AADA 8660 16D0 C7D4 02E0
To claim this, I am signing this object:
| #!/bin/sh | |
| # Compatible with git worktrees | |
| # Assumes that root of "main" worktree has .gitignore files with the following format: | |
| ## .gitignore.$branchName | |
| # | |
| # Will stip out branch prefixes (e.g., bug/DEV-123 becomes DEV-123) | |
| # If no branch-ignore is found, nothing happens | |
| old_ref=$1 |
I hereby claim:
To claim this, I am signing this object:
| Once upon a midnight dreary, fingers cramped and vision bleary, | |
| System manuals piled high and wasted paper on the floor, | |
| Longing for the warmth of bed sheets, still I sat there doing spreadsheets. | |
| Having reached the bottom line I took a floppy from the drawer, | |
| I then invoked the SAVE command and waited for the disk to store, | |
| Only this and nothing more. | |
| Deep into the monitor peering, long I sat there wond'ring, fearing, | |
| Doubting, while the disk kept churning, turning yet to churn some more. | |
| But the silence was unbroken, and the stillness gave no token. |
| #include <errno.h> | |
| #include <pthread.h> | |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include "t_pool.h" | |
| #define DEBUG 1 |