Skip to content

Commit

Permalink
fix: Updated Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
aegooby authored Oct 18, 2022
1 parent c829c31 commit e046dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trash.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
trash() {
case "$OSTYPE" in
solaris*) echo "SOLARIS" ;;
solaris*) mv "$@" ~/.local/share/trash ;;
darwin*) mv "$@" ~/.Trash/ ;;
linux*) mv "$@" ~/.local/share/trash ;;
bsd*) mv "$@" ~/.local/share/trash ;;
Expand Down

0 comments on commit e046dc9

Please sign in to comment.