blob: 255ace3072f6b6d185f6e245b3994b3637bf2e4f (
plain) (
blame)
1
2
3
4
5
6
7
|
bin/ksh93
@exec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells; echo %D/%F >> /etc/shells
@unexec echo "Updating /etc/shells"; sed -i "" "\|%D/%F|d" /etc/shells
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dirs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/popd
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pushd
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|