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

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

parent 5d7d0b4e
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
/usr/local/bin/zip $@
\ No newline at end of file
# This script is necessary for wildcard expansion
#/usr/local/bin/zip $@
/usr/bin/zip $@
\ No newline at end of file
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