From f3fa22875478aec586d2b134d42927fffa56ac8d Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Wed, 16 Apr 2025 10:28:02 +0800 Subject: [PATCH] Update simple_command.sh --- 2025.04.13_custom_linux_command/simple_command.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2025.04.13_custom_linux_command/simple_command.sh b/2025.04.13_custom_linux_command/simple_command.sh index f127e7b..3f53042 100644 --- a/2025.04.13_custom_linux_command/simple_command.sh +++ b/2025.04.13_custom_linux_command/simple_command.sh @@ -1,3 +1,5 @@ +alias l="ls" + alias q="qstat" alias qn="qstat -n"