Skip to content

Instantly share code, notes, and snippets.

View masonmark's full-sized avatar
🕺
totally

Mason masonmark

🕺
totally
View GitHub Profile
@masonmark
masonmark / gist:1020512
Created June 11, 2011 12:20 — forked from pmuellr/gist:1004413
BBEdit Language Module for CoffeeScript
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
BBEdit Language Module for CoffeeScript
Put this file in
~/Library/Application Support/BBEdit/Language Modules
or equivalent.
Based off of the examples shipped in the BBEdit SDK.
@masonmark
masonmark / zfs-delegate-all.sh
Last active November 30, 2023 09:38 — forked from leopd/zfs-delegate-all.sh
Delegating all permissions to myself on zfs
export ZFS_FILESYSTEM=fixme_whatever
export ZFS_USER=fixme_whoever
sudo zfs allow -s @allperm allow,clone,create,destroy,mount,promote,receive,rename,rollback,send,share,snapshot $ZFS_FILESYSTEM
sudo zfs allow $ZFS_USER @allperm $ZFS_FILESYSTEM