]> Untitled Git - lemmy.git/commitdiff
Adding a clean script for cargo. (No husky hook yet)
authorDessalines <tyhou13@gmx.com>
Sat, 4 Jan 2020 03:58:43 +0000 (22:58 -0500)
committerDessalines <tyhou13@gmx.com>
Sat, 4 Jan 2020 03:58:43 +0000 (22:58 -0500)
server/clean.sh [new file with mode: 0755]

diff --git a/server/clean.sh b/server/clean.sh
new file mode 100755 (executable)
index 0000000..c9017a3
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cargo update
+cargo fmt
+cargo check
+cargo clippy