Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@GitSkunk
GitSkunk / mpdsetup.sh
Created February 14, 2020 00:22 — forked from kurobeats/mpdsetup.sh
From http://dl.53280.de/mpdsetup.sh before it went down
#!/bin/bash
clear
username=$(whoami)
interface=`ip route show | cut -d ' ' -f 3 | head -1`
interface=$(ip route show | awk '{print $NF}' | tail -1)
echo "What is the full path of the directory containing your music?"
read -e -p "> " music_dir
if test -n "$(pgrep pulseaudio)";
then
@GitSkunk
GitSkunk / lsl-edit.xml
Last active December 15, 2015 21:39
jEdit syntax hilighting definitions for the Linden Scripting Language used on SecondLife.
<?xml version="1.0"?>
<!DOCTYPE MODE SYSTEM "xmode.dtd">
<!-- A bit of history. This was originally (as far as I can tell) created by Keilaron Tomba, who seems to have disappeared
into the mists of time. Trent Mondrian (a really really close friend :)) picked it up around 2006 or so and
subsequently left SL himself. I (Trent Platthy) adopted it around 2007ish and then left SL for a few years
myself. Now I've come back, and brought this file up to date with all the changes to LSL up to April 4th, 2013.
-->