Skip to content

Instantly share code, notes, and snippets.

@syuu1228
syuu1228 / rar2zip.sh
Last active August 12, 2020 08:37 — forked from ferdnyc/rar2zip.sh
Conversion from rar to zip (ported to macos)
#!/bin/bash
#
# rar2zip conversion script
# Based on: https://shkspr.mobi/blog/2016/12/converting-rar-to-zip-in-linux/
#
# Usage: rar2zip.sh file [file ...]
echo "Converting RARs to ZIPs"
# Use /tmp for temporary files.