Skip to content

Commit

Permalink
weatherlight => [castRunes.sh][print.spell]
Browse files Browse the repository at this point in the history
  • Loading branch information
mendess committed Aug 31, 2023
1 parent 8e5d341 commit 646ba47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions castRunes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ link-rune() {
[ ! -x "$link_name" ] &&
echo "and chmod +x $link_name" &&
chmod -v +x "$link_name"
[ "$generated" ] &&
echo "and chmod $(stat --format '%a' "$target") $link_name" &&
chmod -v --reference="$target" "$link_name"
echo -en "\033[0m"
fi
}
Expand Down
Empty file modified spells/print.spell
100644 → 100755
Empty file.

0 comments on commit 646ba47

Please sign in to comment.