mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
5 lines
79 B
Text
Executable file
5 lines
79 B
Text
Executable file
#!/usr/bin/osh
|
|
remove-shell '/usr/bin/osh'
|
|
remove-shell '/usr/bin/ysh'
|
|
exit 0
|
|
|