8 lines
72 B
Bash
8 lines
72 B
Bash
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o pipefail
|
|
set -o nounset
|
|
|
|
|
|
tuxbot dev
|