Skip to content

Instantly share code, notes, and snippets.

@f4hks
f4hks / rpm4opera
Last active October 28, 2015 21:03 — forked from ruario/rpm4opera
Converts Opera deb packages into rpm format
#!/usr/bin/env bash
available () {
command -v "$1" >/dev/null 2>&1
}
rpmcheck () {
if [ -e "$1" ]; then
echo "$1 is already present, delete it if you want to recreate it"
exit 0