forked from Mirror/pmbootstrap
7 lines
231 B
Bash
Executable file
7 lines
231 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
printf "==============================================\n"
|
|
printf "PROTIP: use"
|
|
printf " \e[1;33mpmbootstrap ci\e[0m"
|
|
printf " to run these scripts locally.\n"
|
|
printf "==============================================\n"
|