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 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