Skip to content

Instantly share code, notes, and snippets.

View hasibkamal's full-sized avatar

Hasib Kamal Chowdhury hasibkamal

View GitHub Profile
@hasibkamal
hasibkamal / HeidiSQL_SH
Last active March 6, 2018 06:08
install windows software with wine
#!/bin/bash
wget http://www.heidisql.com/downloads/releases/HeidiSQL_9.3_Portable.zip -O HeidiSQL.zip
mkdir /opt/HeidiSQL
unzip HeidiSQL.zip -d /opt/HeidiSQL
chmod +x /opt/HeidiSQL/heidisql.exe
chmod +x /opt/HeidiSQL/HeidiSQL.com
touch /usr/share/applications/HeidiSQL.desktop