Skip to content

Commit

Permalink
add a shortcut for go run ./cmd/slackdump
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Jul 20, 2024
1 parent 4cb3038 commit c6bc6e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

# shortcut to run the slackdump cmd
go run ./cmd/slackdump $@

0 comments on commit c6bc6e1

Please sign in to comment.