mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-07-04 13:22:36 +08:00
6 lines
88 B
Bash
6 lines
88 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
set -euo pipefail
|
||
|
|
|
||
|
|
cd "$(dirname "$0")/../rust"
|
||
|
|
exec cargo fmt "$@"
|