interactive.sh is a bash script

This commit is contained in:
dec05eba 2020-08-30 02:39:28 +02:00
parent f7f8ef1747
commit e215d62dfd

View File

@ -1,4 +1,6 @@
#!/bin/sh -e
#!/usr/bin/env bash
set -e
print_selected_window_id() {
xwininfo | grep 'Window id:' | cut -d' ' -f4