Skip to content

Instantly share code, notes, and snippets.

View waldbach's full-sized avatar

Janne Wolterbeek waldbach

View GitHub Profile
@waldbach
waldbach / Instructions.md
Created July 12, 2023 16:02 — forked from karbassi/Instructions.md
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

@waldbach
waldbach / html5-blank-template
Created December 1, 2021 23:51 — forked from iwek/html5-blank-template
HTML5 Blank Template with jQuery
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blank HTML5</title>
<style>
</style>
</head>
<body>