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/env bash | |
# Minecraft folder | |
cd /Users/your_system_username/Library/Application\ Support/minecraft | |
function scan_logs { |
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
// ==UserScript== | |
// @name EXAMPLE SCRIPT | |
// @version 0.5 | |
// @description This is an example showing Gist capability and how to auto update | |
// @author ballparts | |
// @include http://*.koalabeast.com* | |
// @include http://*.jukejuice.com* | |
// @include http://*.newcompte.fr* | |
// @grant none | |
// @updateURL https://gist.github.com/mry/94d0ab355b20a725a1f7/raw/example.meta.js |
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
using System; | |
using System.Collections; | |
using System.Configuration; | |
using System.Reflection; | |
using System.Web; | |
[assembly: PreApplicationStartMethod(typeof(EnvSettings.SettingsProcessor), "Start")] | |
namespace EnvSettings | |
{ |
NewerOlder