Add a linux installer

This commit is contained in:
Lynda Wang
2020-08-09 15:25:35 -04:00
committed by Michael Campagnaro
parent 2c793ab216
commit 952920dfc2
18 changed files with 213 additions and 1758 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
find . -type f -print0 | xargs -0 dos2unix -f *.txt *.vim