diff options
author | Oskar <[email protected]> | 2024-04-20 16:27:55 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-20 16:27:55 +0200 |
commit | b3d8be14e12aca5993925c156da5eb76af88e665 (patch) | |
tree | 0e9f01bcce336ebdc6b53575f2e1d082a69313d3 /test/nl.sh | |
parent | a5b0a8dd423fd15d133645987f21a3e87f5fa606 (diff) |
Fixed issue where files with no lines dont work properly with 'N'
Diffstat (limited to 'test/nl.sh')
-rwxr-xr-x | test/nl.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/bash +#Regen 'newlinetest' file so i dont have to manually repair it to its original state + filename="testgrounds/newlinetest" rm -f $filename |