popup (104B)
1 #!/bin/sh 2 # 3 # Create a dwm popup terminal running $1. 4 5 st -c Center -g ${POPUP_GEOMETRY:-80x24} -e $@ &