Skip to content

Commit

Permalink
chore: add utility shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
sor4chi committed Jul 1, 2024
1 parent 84861a6 commit 03d413d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
.env
downloads
minified
3 changes: 3 additions & 0 deletions minify-submit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
arg1=$1
cargo run --bin minify <$arg1 >minified
cargo run --bin request <minified

0 comments on commit 03d413d

Please sign in to comment.