1
0
Fork 0

voted most usefull alias of 2017

This commit is contained in:
Maurice Audin 2017-04-09 20:29:46 +02:00
parent 966a17fb9e
commit ff5262472c

View file

@ -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