home/private_dot_local/script/executable_mfly

7 lines
57 B
Bash

#!/bin/sh
first=$1
shift
fly -c "fly.${first}.toml" $@