Skip to content

Instantly share code, notes, and snippets.

View brunocascio's full-sized avatar
🏠
Working from home

Bruno Cascio brunocascio

🏠
Working from home
View GitHub Profile
@AkashiSN
AkashiSN / dev_tools.sh
Last active January 11, 2021 14:10
Development tool installation script for ubuntu 18.04 LTS
#!/bin/bash
#
# JetBrains ToolBox
#
# Download program.
wget https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.11.4269.tar.gz -P /tmp
# Expand archives.
@karbassi
karbassi / Instructions.md
Created June 25, 2012 16:57
Create a ZIP file from an SVN url

Installing

  • Download svn-zip into /usr/local/bin/. For example: curl https://raw.github.com/gist/2989864/svn-zip > /usr/local/bin/svn-zip
  • Make sure that /usr/local/bin/ is in your PATH.

Usage

In your terminal, use:

svn-zip SVN_URL ZIP_FILE_NAME