-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow deleting without going through trash. Made deletion of multiple…
… files slightly faster.
- Loading branch information
Laurent Cozic
committed
Apr 29, 2014
1 parent
559bba6
commit d1862bf
Showing
3 changed files
with
66 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
if [ -f "massren.osx.tar.gz" ]; then mv -f "massren.osx.tar.gz" "massren.osx.tar.gz.old" ; fi | ||
wget "https://github.com/laurent22/massren/releases/download/v1.2.0/massren.osx.tar.gz" | ||
wget "https://github.com/laurent22/massren/releases/download/v1.2.1/massren.osx.tar.gz" | ||
tar xvzf massren.osx.tar.gz | ||
chmod 755 massren | ||
mv massren /usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters