5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
set -u
|
||
|
|
|
||
|
|
exec update-status Idle
|