initial thridculture edits

This commit is contained in:
q 2025-09-23 17:59:02 -04:00
commit 0ba2a2e03b
172 changed files with 6733 additions and 24 deletions

View file

@ -23,7 +23,8 @@ if(~ $"user_name '' || ~ $"user_pass '')
usage
mkdir etc/users/$user_name
echo $user_pass > etc/users/$user_name/password
mkpasswd $user_pass > etc/users/$user_name/password
#htpasswd -b /etc/lighttpd/.htpasswd $user_name $user_pass
if(! ~ $#user_groups 0)
for(g in $user_groups) {

View file

@ -32,7 +32,7 @@ if(~ $#file 0 || ! test -f $file) {
}
$EDITOR $file
ispell $file
aspell -c $file
rm $file.bak >[2]/dev/null
fn mkbpost {