Skip to content

Instantly share code, notes, and snippets.

@sj26
sj26 / LICENSE.md
Last active March 8, 2024 18:31
Bash retry function

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit

@Twitchtastic
Twitchtastic / Gitorious install ubuntu
Created March 9, 2011 02:11
Gitorious install script for ubuntu
#!/bin/sh
# This script expects to run as root
# ONLY CHANGE THIS PART
export SERVER_NAME=git.minnesofa.com
export GITORIOUS_REPO=git://gitorious.org/gitorious/akitaonrails-gitorious.git
# DO NOT CHANGE THIS PART
export DEBIAN_FRONTEND=noninteractive