7 lines
57 B
Bash
Executable File
7 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
|
|
first=$1
|
|
shift
|
|
|
|
fly -c "fly.${first}.toml" $@
|