From c6b0b34274118ca5e345e613c59263942949f9c1 Mon Sep 17 00:00:00 2001 From: Vanshika Mohan Bongade <vb525@drexel.edu> Date: Fri, 31 Jan 2025 06:56:45 +0000 Subject: [PATCH] Upload New File --- WEEK-4/testload.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 WEEK-4/testload.sh diff --git a/WEEK-4/testload.sh b/WEEK-4/testload.sh new file mode 100644 index 0000000..2f36a92 --- /dev/null +++ b/WEEK-4/testload.sh @@ -0,0 +1,6 @@ +#! /bin/bash +./sdbsc -a 1 john doe 3.45 +./sdbsc -a 3 jane doe 3.90 +./sdbsc -a 63 jim doe 2.85 +./sdbsc -a 64 janet doe 3.10 +./sdbsc -a 99999 big dude 2.05 \ No newline at end of file -- GitLab