User Tools

Site Tools


программирование_на_shell

This is an old revision of the document!


$ cat etc/rc

#!/bin/sh

for i in etc/rc.d/*
do
     $i $1
done
программирование_на_shell.1369216249.txt.gz · Last modified: 2014/07/03 09:39 (external edit)