interactive.sh is a bash script
This commit is contained in:
parent
f7f8ef1747
commit
e215d62dfd
@ -1,4 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
print_selected_window_id() {
|
||||
xwininfo | grep 'Window id:' | cut -d' ' -f4
|
||||
|
Loading…
Reference in New Issue
Block a user