diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 16:01:12 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 16:01:12 +0200 |
commit | 346637cb93ae39223f91f318bf265a1b7ba87abb (patch) | |
tree | 54583e7941ff4cc1982868bc43e27b1ce5d4cdf1 /.gitattributes | |
parent | README: update (diff) | |
download | blog-346637cb93ae39223f91f318bf265a1b7ba87abb.tar.gz blog-346637cb93ae39223f91f318bf265a1b7ba87abb.zip |
add "Pause all userspace processes"
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 176a458..d76765e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto + +*.sh text eol=lf |