mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 03:26:46 +08:00
test
This commit is contained in:
parent
860cada5ec
commit
c2ec458ac5
3 changed files with 4 additions and 0 deletions
BIN
.test.bash.swp
Normal file
BIN
.test.bash.swp
Normal file
Binary file not shown.
|
|
@ -3,6 +3,8 @@
|
|||
//
|
||||
// Perry Kivolowitz
|
||||
// A Gentle Introduction to Assembly Language
|
||||
//
|
||||
// This is a test.
|
||||
|
||||
#if defined(__APPLE__)
|
||||
|
||||
|
|
|
|||
2
test.bash
Executable file
2
test.bash
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
git diff --name-only main | grep -i ".md"
|
||||
Loading…
Reference in a new issue