Skip to content

Instantly share code, notes, and snippets.

View monry's full-sized avatar

Tetsuya Mori monry

View GitHub Profile
@monry
monry / umm-create.sh
Created July 25, 2018 03:31 — forked from mattak/umm-create.sh
Create empty umm project
#!/bin/sh
set -ue
if [ ! -e $HOME/.umm-config.json ]; then
cat <<__CHECK__
ERROR: Cannot find umm-config.json
Make sure the file exists on $HOME/.umm-config.json
__CHECK__
exit 0
@monry
monry / Mole.cs
Last active December 20, 2017 06:42 — forked from komagata/Mole.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Mole : MonoBehaviour {
void Start () {
}
void Update () {