8 lines
122 B
Bash
8 lines
122 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
su - root -c "/home/kchrisma/logScripts/umap;/home/kchrisma/logScripts/map"
|
||
|
wait
|
||
|
|
||
|
perl scanErrors.pl dev1
|
||
|
wait
|