9 lines
78 B
Bash
Executable File
9 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
yes | bash 1.sh
|
|
|
|
rm -f 1.sh
|
|
|
|
|
|
exec ./launch_chffrplus.sh
|