Skip to content

Commit

Permalink
zoops
Browse files Browse the repository at this point in the history
  • Loading branch information
velzie committed Jun 30, 2024
1 parent 25798c7 commit 598d12d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ EOF
}

act() {
"act_$1" "${@:2}"
}
cmd=$1
shift

"act_$cmd" "$@"
}

$@
"$@"

0 comments on commit 598d12d

Please sign in to comment.