typo
This commit is contained in:
parent
b2322c2735
commit
e1bc18a3b6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ e() {emacsclient -n $@ > /dev/null 2>&1}
|
||||||
health() {/usr/bin/screen -O -S health -c ~/.config/screen_health}
|
health() {/usr/bin/screen -O -S health -c ~/.config/screen_health}
|
||||||
j() {jump $@}
|
j() {jump $@}
|
||||||
loop() {while [ 1 ]; do sh -c "$@"; done}
|
loop() {while [ 1 ]; do sh -c "$@"; done}
|
||||||
open_ports() {sudo netstat -tulpen 2> /dev/null | grep LISTEN"}
|
open_ports() {sudo netstat -tulpen 2> /dev/null | grep "LISTEN"}
|
||||||
r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}
|
r() {if [ $# -eq 1 ]; then ssh root@$1; else sudo su -; fi}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue