10 lines
84 B
Bash
Executable File
10 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
#
|
|
# Build cathook
|
|
#
|
|
|
|
./scripts/updater false true true
|