|
@@ -153,4 +153,5 @@ djangokeygen() { python -c 'from django.core.management.utils import get_random_
|
|
alias ab='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild &!'
|
|
alias ab='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild &!'
|
|
alias abx='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -x &!'
|
|
alias abx='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -x &!'
|
|
alias abc='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -c &!'
|
|
alias abc='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -c &!'
|
|
|
|
+alias abx='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -x &!'
|
|
alias abcx='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -c -x &!'
|
|
alias abcx='[ -f nohup.out ] && rm -f nohup.out; nohup reportbuild -c -x &!'
|