Skip to content

Commit

Permalink
Search PATH for perl (#2)
Browse files Browse the repository at this point in the history
use /usr/bin/env to search for perl in PATH.

Also add executable bit.
  • Loading branch information
tpenguinltg authored and circulosmeos committed Apr 10, 2018
1 parent e2f0d9f commit 178fa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdown.pl
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl
#
# Google Drive direct download of big files
# ./gdown.pl 'gdrive file url' ['desired file name']
Expand Down

0 comments on commit 178fa10

Please sign in to comment.