Skip to content

Commit

Permalink
Move script to subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm committed Oct 21, 2024
1 parent c0376e6 commit c5fdc16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setskin.sh → bin/setskin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ if [ -z "$SKIN" ]; then
exit
fi

cd "$(dirname $0)/.."

for m in source/_static/_skin `find -L source -name '_skin'`; do
dir=`dirname $m`
echo "$m -> $SKIN"
Expand Down

0 comments on commit c5fdc16

Please sign in to comment.