simplify sync.sh

This commit is contained in:
Bruno Carlin 2018-09-28 11:25:10 +02:00
parent b70a354582
commit e4fa737081

View file

@ -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