From 405149eba65f592450d548c7363e6b14bcd772c0 Mon Sep 17 00:00:00 2001 From: supphakitd <67319010028@technictrang.ac.th> Date: Fri, 14 Nov 2025 14:19:09 +0700 Subject: [PATCH] dps: added docker ps alias script --- dps | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dps diff --git a/dps b/dps new file mode 100755 index 0000000..08ab9f5 --- /dev/null +++ b/dps @@ -0,0 +1,3 @@ +#!/bin/bash + +docker ps "$@"