6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
printf '\e[?2004h'
|
||
|
printf '\e[?2004l'
|
||
|
echo bp off
|
||
|
|