Skip to content

Instantly share code, notes, and snippets.

View KM-200's full-sized avatar

KM-200

View GitHub Profile
@KM-200
KM-200 / bm_menu.sh
Created July 17, 2018 11:04
a convenient bash menu to install pyBitmessage and bitboard in 15 seconds only
#!/bin/bash
########################################################################################
#kate: bom off;
# usage example: menu pwd whoami ls ps
# giving you a menu with 4 options to execute in bash shell / Konsole
# call in bash as: . menu1 # if menu1 is the file name with this script in it
# usage e.g.:
# menu ls "ls -l" "echo list dir ; clear ; ls -la " clear