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