add install and gitignore
This commit is contained in:
parent
f89c135ebc
commit
0074db17c5
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.vim
|
||||
|
6
.install.sh
Normal file
6
.install.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for f in 'ls'
|
||||
do
|
||||
echo "$f"
|
||||
done
|
Loading…
Reference in New Issue
Block a user