Skip to content

Commit

Permalink
Update run_spectrum_saturation_cycler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iamh2o authored Oct 19, 2022
1 parent 9ec0fc0 commit b5b199e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/run_spectrum_saturation_cycler.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
# But until is needs more features, or stops working, here it is :-)

intro_cmd = """
export COL=`tput color`
export COL=`tput colors` || echo COLORSfail
if [[ "$COL" == "" ]]; then
export COL=16
fi;
echo $COL > num_cols
colr -c 0 " ╦ ╦╔╗ ╔═╗ " "ff3100" "#6400ff";
Expand Down

0 comments on commit b5b199e

Please sign in to comment.