I hereby claim:
- I am oddurmagg on github.
- I am oddur (https://keybase.io/oddur) on keybase.
- I have a public key whose fingerprint is 3A6D C64C 1AB6 BB0F 0368 DA02 08D6 6984 0961 BAAD
To claim this, I am signing this object:
| #!/bin/sh | |
| # Some things taken from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # Set the colours you can use | |
| black='\033[0;30m' | |
| white='\033[0;37m' | |
| red='\033[0;31m' | |
| green='\033[0;32m' |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| BACKUP_DIR=/home/perforce/backup | |
| DEPOT_DIR=/perforce_depot | |
| P4=/usr/local/bin/p4 | |
| HOST=localhost:1666 | |
| USER=root | |
| S3BUCKET=s3://your-perforce-backups | |
| export P4PASSWD=XXXX |