simplify sync.sh
This commit is contained in:
parent
b70a354582
commit
e4fa737081
1 changed files with 1 additions and 3 deletions
4
sync.sh
4
sync.sh
|
@ -1,5 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
for app in $(ls -d */ | sed -e 's#/##'); do
|
stow -v -t $HOME $1
|
||||||
stow -v -t $HOME $app
|
|
||||||
done
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue