fix: force `bash` to execute the colorblocks script

colors and stuff requires bashisms
This commit is contained in:
swytch 2020-05-28 10:52:34 +02:00
parent 8feccb96f9
commit 918c589aec
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
######################################################################
# @author : swytch (based on u/deepjyoti30 on GitHub)