removed . from files
This commit is contained in:
parent
0074db17c5
commit
21efdd9d00
@ -1,6 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
for f in 'ls'
|
|
||||||
do
|
|
||||||
echo "$f"
|
|
||||||
done
|
|
6
install.sh
Executable file
6
install.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
for f in *
|
||||||
|
do
|
||||||
|
ln -s "$f" "$HOME/.${f##*/}"
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user