#!/usr/bin/env bash

This commit is contained in:
2018-10-02 20:48:21 -05:00
parent b48058f639
commit bbf37aabf1
7 changed files with 7 additions and 7 deletions

2
basic-system-setup.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo -e "${Blue}Blue${Color_Off} ${BBlue}BBlue${Color_Off} ${Green}Green${Color_Off} ${LGreen}LGreen${Color_Off} ${BOrange}BOrange${Color_Off} ${DGray}DGray${Color_Off} ${Red}Red${Color_Off} ${LRed}LRed${Color_Off} "