Make scripts executable

This commit is contained in:
Ilan Cosman 2021-12-07 22:09:49 -08:00
parent 4c1931dffd
commit 3ab83dfcc6
2 changed files with 4 additions and 0 deletions

2
tools/closest_color.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import sys import sys
from colormath.color_conversions import convert_color from colormath.color_conversions import convert_color

2
tools/swatch.fish Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env fish
set -l height_in_lines 2 set -l height_in_lines 2
set -l width_in_chars (math --scale=0 $height_in_lines x 2.5) # 2.5 = ratio set -l width_in_chars (math --scale=0 $height_in_lines x 2.5) # 2.5 = ratio