I hereby claim:
- I am dbcm on github.
- I am delfim (https://keybase.io/delfim) on keybase.
- I have a public key whose fingerprint is 3BA6 1A70 2B53 2D38 97B4 ACA2 5DE3 35B3 3177 6A39
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| use strict; | |
| use warnings; | |
| use 5.10.0; | |
| use Data::Dumper; | |
| use File::Temp; | |
| use ZMQ::LibZMQ3; | |
| use ZMQ::Constants qw(ZMQ_REQ); | |
| my $server = shift; |
| #!/bin/bash | |
| # install cross-compiler | |
| # sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf | |
| if [ "$USER" == "dbcm" ]; then | |
| cd ~/Work | |
| elif [ "$USER" == "rcarmo" ]; then | |
| cd ~/Development |