1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/community/tcsh/tcsh.post-install
2020-01-25 04:01:07 +01:00

4 lines
60 B
Bash

#!/bin/sh
add-shell '/bin/tcsh'
add-shell '/bin/csh'
exit 0