You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
526 B
17 lines
526 B
alias find-servers='~/scripts/helper/common_networking.sh'
|
|
alias sshto='~/scripts/sshto/sshto.sh'
|
|
alias gp="~/scripts/git/gitprojects.sh"
|
|
alias dogit="~/scripts/git/dogit"
|
|
alias pwdgen="~/scripts/helper/pwd_gen.sh"
|
|
alias sites='~/scripts/helper/websites.sh'
|
|
|
|
z() {
|
|
if [ -x /usr/local/bin/NoANSI ]; then
|
|
_f_do_as "$1" /usr/bin/cat $@ | /usr/local/bin/NoANSI
|
|
else
|
|
echo -e "Download my NoANSI GO Project from https://github.com/technowizardbob/no_ansi \r\n"
|
|
fi
|
|
}
|
|
zx() {
|
|
$@ | /usr/local/bin/NoANSI
|
|
}
|
|
|