Skip to content

Instantly share code, notes, and snippets.

View mabrizio's full-sized avatar
:octocat:
Nobody cares!

Mauricio Araya V. mabrizio

:octocat:
Nobody cares!
View GitHub Profile
@mabrizio
mabrizio / rename.pl
Created July 22, 2014 22:22
rename.pl
#!/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

Keybase proof

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:

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