Fix dotlink.sh missing shebang

This commit is contained in:
Marty Oehme 2020-02-06 13:12:08 +01:00
parent 71f9076846
commit 84aae314f5

View file

@ -1,3 +1,4 @@
#!/usr/bin/env sh
# relink all stowed files from anywhere
# grepping is to remove meaningless stderr lines until this bug is fixed:
# https://github.com/aspiers/stow/issues/65