From f6b9466f8d8ab7ca7146065e0b4c5915b4b0bc1f Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 5 Mar 2022 04:19:39 +0000 Subject: [PATCH 1/2] commit --- shell-scripts-team-3.sh | 0 shell-scripts-team3.sh | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100755 shell-scripts-team-3.sh create mode 100644 shell-scripts-team3.sh diff --git a/shell-scripts-team-3.sh b/shell-scripts-team-3.sh new file mode 100755 index 0000000..e69de29 diff --git a/shell-scripts-team3.sh b/shell-scripts-team3.sh new file mode 100644 index 0000000..21fce00 --- /dev/null +++ b/shell-scripts-team3.sh @@ -0,0 +1,6 @@ +ping -c 2 google.com +ping -c 2 ncodeit.com +ping -c 2 gitlab.com +ls -ltr +find /etc * +find /sbin -mtime +5 From 587ccb93b3d307c9613f195eb985615576903a20 Mon Sep 17 00:00:00 2001 From: ncodeitgithub1 <38580395+ncodeitgithub1@users.noreply.github.com> Date: Tue, 15 Mar 2022 13:00:13 +0530 Subject: [PATCH 2/2] added new script --- shell-script-team3 | 1 + 1 file changed, 1 insertion(+) diff --git a/shell-script-team3 b/shell-script-team3 index 21fce00..f7fd184 100644 --- a/shell-script-team3 +++ b/shell-script-team3 @@ -4,3 +4,4 @@ ping -c 2 gitlab.com ls -ltr find /etc * find /sbin -mtime +5 +find /sbin -mtime +6