diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index f876e8e..53c1405 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -407,6 +407,11 @@ map() { telnet mapscii.me } +#- Отображение настоящего URL ссылки +realurl() { + curl -ILs "$1" | grep '^Location:' +} + #- Консольный калькулятор =() { echo "$*" | bc -l; }