4 lines
99 B
Bash
4 lines
99 B
Bash
#!/usr/bin/env bash
|
|
|
|
influx bucket create --token="homestead_secret" --name="$1" --org="homestead"
|