I hereby claim:
- I am mabrizio on github.
- I am maraya (https://keybase.io/maraya) on keybase.
- I have a public key ASAhxUnZyyJqUHGkUzFGAEGEV0RJjb34E30Rt4kSFBdUTAo
To claim this, I am signing this object:
| #!/usr/bin/perl -w | |
| # | |
| # This script was developed by Robin Barker ([email protected]), | |
| # from Larry Wall's original script eg/rename from the perl source. | |
| # | |
| # This script is free software; you can redistribute it and/or modify it | |
| # under the same terms as Perl itself. | |
| # | |
| # Larry(?)'s RCS header: | |
| # RCSfile: rename,v Revision: 4.1 Date: 92/08/07 17:20:30 |
I hereby claim:
To claim this, I am signing this object:
| Vagrant.configure("2") do |config| | |
| config.vm.box = "centos/7" | |
| config.vm.network "private_network", ip: "192.168.33.10" | |
| config.vm.provider "virtualbox" do |vb| | |
| vb.memory = "4096" | |
| end | |
| end |