mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Rename to .sh for syntax highlighting, add /bin/bash shebang
This commit is contained in:
parent
0ac57e5305
commit
94beb52b08
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
readonly NORMAL=$(printf '\033[0m')
|
||||
readonly BOLD=$(printf '\033[1m')
|
||||
readonly RED=$(printf '\033[31m')
|
||||
|
|
Loading…
Add table
Reference in a new issue