Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna committed Jan 30, 2024
1 parent 97c5cdd commit 9810378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
(pip show click > /dev/null || pip install click) && python ./release.py
#!/bin/sh

(pip show click > /dev/null || pip install click) && python ./release.py "$@"

0 comments on commit 9810378

Please sign in to comment.