voted most usefull alias of 2017
This commit is contained in:
parent
966a17fb9e
commit
ff5262472c
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ j() {jump $@}
|
|||
loop() {while [ 1 ]; do sh -c "$@"; done}
|
||||
open_ports() {sudo netstat -tulpen 2> /dev/null | grep "LISTEN"}
|
||||
r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}
|
||||
dontknow() {echo -n "¯\_(ツ)_/¯" | xclip}
|
||||
|
||||
|
||||
# Some exports
|
||||
|
|
|
|||
Loading…
Reference in a new issue