home/private_dot_local/script/executable_mfly
2024-08-12 03:56:57 -05:00

7 lines
57 B
Bash

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