3 lines
62 B
Bash
Executable file
3 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
set -eo pipefail
|
|
printf "\033]52;c;$(base64 -w0)\a"
|