4 lines
42 B
Bash
4 lines
42 B
Bash
#!/bin/sh
|
|
remove-shell '/bin/bash'
|
|
exit 0
|
#!/bin/sh
|
|
remove-shell '/bin/bash'
|
|
exit 0
|