From c25cf62b42e6fca68cf748366a97e18102d60ae8 Mon Sep 17 00:00:00 2001 From: rasul Date: Sat, 24 Oct 2020 10:08:37 -0500 Subject: [PATCH] rustfmt shell script --- rustfmt.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 rustfmt.sh diff --git a/rustfmt.sh b/rustfmt.sh new file mode 100755 index 0000000..56ba329 --- /dev/null +++ b/rustfmt.sh @@ -0,0 +1,2 @@ +#!/bin/bash +find src -type f -name '*.rs' -exec rustfmt {} +