6 lines
54 B
Bash
Executable file
6 lines
54 B
Bash
Executable file
#! /usr/bin/bash
|
|
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
|
|
ghup
|