Skip to content

Instantly share code, notes, and snippets.

View wildente's full-sized avatar

Wildente wildente

  • Karlsruhe, Germany
View GitHub Profile
#!/bin/bash
#
MYSHELL=/bin/bash
HISTORYFILE=/var/tmp/bashcmd.rofi.list
TERMINAL=/usr/bin/urxvt
if [[ -z "$@" ]]
then
sort ${HISTORYFILE} 2>/dev/null || echo "just issue command being executed via ${MYSHELL}"