Pass all parameters to stow

This commit is contained in:
Tom Willemse 2016-07-17 15:16:00 +02:00
parent eecf8132a6
commit 54709a4112

2
stow/usr/bin/stow-home Normal file → Executable file
View file

@ -2,4 +2,4 @@
# Make stow always stow to my HOME directory. It's weird that this
# can't be done in a .stowrc, it doesn't support variable expansion.
/usr/bin/stow --target "$HOME"
/usr/bin/stow --target "$HOME" "$@"