/bin/sh replaced with /bin/bash

This commit is contained in:
Stephan Raabe
2023-12-03 17:50:14 +01:00
parent c78daaf725
commit f3a52b3747
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
RED='\033[0;31m' #'0;31' is Red
GREEN='\033[0;32m' #'0;32' is Green
YELLOW='\033[1;32m' #'1;32' is Yellow