From 997c1a78edcc0d756ab980e02d6e8ab20b18d5ad Mon Sep 17 00:00:00 2001 From: Hala-Ali <> Date: Tue, 14 Mar 2023 16:37:47 +0000 Subject: [PATCH 1/2] Initial commit --- .replit | 6 ++++++ main.sh | 1 + my-history.txt | 1 + replit.nix | 6 ++++++ 4 files changed, 14 insertions(+) create mode 100644 .replit create mode 100644 main.sh create mode 100644 my-history.txt create mode 100644 replit.nix diff --git a/.replit b/.replit new file mode 100644 index 0000000..59c3691 --- /dev/null +++ b/.replit @@ -0,0 +1,6 @@ +run = ["bash", "main.sh"] + +entrypoint = "main.sh" + +[nix] +channel = "stable-22_11" \ No newline at end of file diff --git a/main.sh b/main.sh new file mode 100644 index 0000000..c346b86 --- /dev/null +++ b/main.sh @@ -0,0 +1 @@ +echo Hello World \ No newline at end of file diff --git a/my-history.txt b/my-history.txt new file mode 100644 index 0000000..e0db8dc --- /dev/null +++ b/my-history.txt @@ -0,0 +1 @@ +Where your command history will end up \ No newline at end of file diff --git a/replit.nix b/replit.nix new file mode 100644 index 0000000..2454011 --- /dev/null +++ b/replit.nix @@ -0,0 +1,6 @@ +{ pkgs }: { + deps = [ + pkgs.bashInteractive + pkgs.man + ]; +} \ No newline at end of file From ac9e76ce279acd5e098697b087adc87612b6129f Mon Sep 17 00:00:00 2001 From: Hala Date: Tue, 14 Mar 2023 19:30:25 -0400 Subject: [PATCH 2/2] touch index.html --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..36f5576 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + HTML 5 Boilerplate + + + +

Command Line and Git SBA

+ + +