From a345ba497e5031d2aa93d27d87c4703c692038ec Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Mon, 16 Jan 2023 16:24:36 -0600 Subject: [PATCH] testing more --- .test.bash.swp | Bin 12288 -> 12288 bytes section_2/float/what.md | 2 ++ test.bash | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.test.bash.swp b/.test.bash.swp index b2e2850d80217a3cdf6cfd69e2371ac3dff2b84a..ce19d9e2fd4075be99e9627ec52a069936da641e 100644 GIT binary patch delta 120 zcmZojXh;xEG6?hZRj|}EU;qLE28N__N0WDM6#dQ5$h=ul;4{Bm8$ScXIv@r~GJ_NW z!51KZA6R^|qCgM7bZT-&zJf|xW=?8+PG)fl1Ds`>F!_|eCSL-BvZ8)cW}bdhVsQoo E041a#5&!@I delta 89 zcmZojXh;xEG6?hZRj|}EU;qLE28Ow3k0uvv6#dQ5$h28d;4{DEGJXbzQ$P%oWCAGy jf-fMk&58=W{1X=_Og^cv$;+UusGpRXr=OHqoWTG9@YEJ( diff --git a/section_2/float/what.md b/section_2/float/what.md index 99db59a..f056755 100644 --- a/section_2/float/what.md +++ b/section_2/float/what.md @@ -1,5 +1,7 @@ # Section 2 / What Are Floating Point Numbers? +this is a test. + Before we introduce floating point instructions in the AARCH64 ISA, it is worth going over exactly what a floating point value is. Integers are easy. They're just powers of two summed together with a single bit at one end diff --git a/test.bash b/test.bash index 137bb84..8998691 100755 --- a/test.bash +++ b/test.bash @@ -1,2 +1,3 @@ #!/bin/bash -git diff --name-only main | grep -i ".md" +file_list=`git diff --name-only main | grep -i ".md"` +echo $file_list