Skip to content

Instantly share code, notes, and snippets.

@ngauthier
ngauthier / live
Created February 3, 2012 15:38
Do it live!
#/usr/bin/env sh
clear
$*
while inotifywait -qr -e close_write *; do clear; $*; done
tu ta tentando rodar um script
tu precisa dar permissao pra execucao
chmod u+x = adicionar permissao ao teu usuario(u) pra execucao (x)
a+x = todos(all=a)
faz ls -las na pasta
dai tu ve la
tem 'd'zinho no inicio, é diretorio
dai vem 3 grupos
rwxrwxrwx
rwx(user)rwx(group)rwx(other)
GitHub.TreeFinder = function() {
if ($("#slider").length != 0) {
var a = this;
$.hotkeys({
t: function() {
a.show()
}
});
var d = new Image;
d.src = "/images/modules/ajax/spinner.gif"