This commit is contained in:
Perry Kivolowitz 2023-01-16 16:21:24 -06:00
parent 860cada5ec
commit c2ec458ac5
3 changed files with 4 additions and 0 deletions

BIN
.test.bash.swp Normal file

Binary file not shown.

View file

@ -3,6 +3,8 @@
//
// Perry Kivolowitz
// A Gentle Introduction to Assembly Language
//
// This is a test.
#if defined(__APPLE__)

2
test.bash Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
git diff --name-only main | grep -i ".md"