This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use SDL; | |
use SDLx::App; | |
use SDL::Rect; | |
use SDL::Image; | |
use SDL::Event; | |
use SDL::Events; | |
use strict; | |
use warnings; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# vbshortcuts | |
# VirtualBox shortcuts to an easy VM management, feel free to dix and imporove. | |
# | |
# use: "$ source vbshortcuts" or "$ . vbshortcuts" | |
# | |
# (c)2015 - Giovanni Nunes <[email protected]> | |
# | |
# This program is free software; you can redistribute it and/or modify |
NewerOlder