Skip to content

Commit

Permalink
more portable env
Browse files Browse the repository at this point in the history
  • Loading branch information
khinshankhan committed Apr 1, 2020
1 parent 55ef933 commit 2dc2cc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

#!/usr/bin/env bash

CMD=$(find -mindepth 1 -maxdepth 1 -path ./.git -prune -o -type d -printf "%P ")
CMD=${*:-$CMD}
stow -Rvt ~ $CMD

0 comments on commit 2dc2cc4

Please sign in to comment.