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 sh | |
clear | |
$* | |
while inotifywait -qr -e close_write *; do clear; $*; done |
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
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) |
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
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" |