Skip to content
Snippets Groups Projects
Commit d09a765b authored by rswindell's avatar rswindell
Browse files

Updated for Linux support (unzip is in /usr/bin)

parent a725e7a2
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
/usr/local/bin/unzip $@
\ No newline at end of file
#/usr/local/bin/unzip $@
/usr/bin/unzip $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment