mirror of
https://github.com/thewtex/tmux-mem-cpu-load.git
synced 2026-09-10 07:16:16 -04:00
Add github CI and builder scripts (dockcross) Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
7 lines
98 B
Bash
Executable file
7 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
source $(dirname "$0")/functions/makefile_fn.sh
|
|
|
|
makefile_build $@
|