start cmd /k ping -n 10 192.168.1.1
#!/bin/bash #update:2013-02-25 #author:ihuotui #version 0.1 cdate=$(date '+%Y%m%d') num=$(…
#!/bin/bash # ID 201510192126 # Author Ricky # E-mail 564001002@qq.com # CentOS 6 系统初始优化脚本…
cls @echo off :设置窗口字体颜色 color 0a :设置窗口标题 TITLE MySQL管理程序 call :checkAdmin goto menu :菜单 :m…
sudo add-apt-repository ppa:libreoffice/ppa sudo apt-get update sudo apt-get -y dist-upgra…
#!/bin/sh # Refer: http://hw1287789687.iteye.com/blog/1766217 # Author: aWang # Date: 2014…
一个通用的java应用程序启动shell脚本 #!/bin/sh current_path=`pwd` case "`uname`" in Linux) bin…
echo `env|grep LANG` | grep -oE "[a-z]{2}_[A-Z]{2}"
#!/bin/bash ############################################# # usage: # # svnadd # # svnadd p…
if [ $# = 0 ];then ifconfig | head -n 18 elif [ $# = 1 ];then if [ $1 == "-v" ] || [ $1 ==…
#!/bin/bash ring() { tick=$2 freq=$1 for i in `seq 0 $tick`; do echo -en '\a' sleep $freq …
nohup wget http://xxx.xx/xx.tar.gz &